Fixes and technical improvements

This commit is contained in:
Geoffroy Bonneville
2026-07-16 15:56:28 -04:00
parent 897b1892e5
commit 150058437f
26 changed files with 261 additions and 117 deletions
+2 -5
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.wismna.geoffroy.donext"
minSdk = 26
targetSdk = 36
versionCode = 35
versionName = "2.0.1"
versionCode = 36
versionName = "2.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -65,9 +65,6 @@ android {
compose = true
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.1.1"
}
configurations.all {
resolutionStrategy {