Make compatible with edge-to-edge (API 35)

This commit is contained in:
2024-05-20 09:32:07 -05:00
parent 732ec1c70a
commit e7165d993f
9 changed files with 38 additions and 7 deletions

View File

@@ -44,12 +44,14 @@ android {
namespace = "org.isoron.uhabits"
compileSdk = 34
// compileSdkPreview = "VanillaIceCream"
defaultConfig {
versionCode = 20200
versionName = "2.2.0"
minSdk = 28
targetSdk = 34
// targetSdkPreview = "VanillaIceCream"
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}