Fixed - App Crashing in lower android versions, added edge to edge for devices higher then android 15

This commit is contained in:
Binondi
2025-07-11 13:59:47 +05:30
parent 7ceb599d9f
commit 946953d4eb
16 changed files with 255 additions and 158 deletions

View File

@@ -13,8 +13,8 @@ android {
minSdk = 26
//noinspection OldTargetApi
targetSdk = 34
versionCode = 6
versionName = "1.4.1"
versionCode = 7
versionName = "1.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}