New release

This commit is contained in:
Matthieu 2024-02-10 18:48:40 +01:00
parent ed7ff877fb
commit 46ee92a19f
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ android {
} }
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
versionCode 28 versionCode 29
targetSdkVersion 34 targetSdkVersion 34
versionName "1.0.beta" + versionCode versionName "1.0.beta" + versionCode

View File

@ -26,4 +26,5 @@ kapt.incremental.apt=true
android.enableR8.fullMode=true android.enableR8.fullMode=true
android.nonTransitiveRClass=false android.nonTransitiveRClass=false
android.nonFinalResIds=false android.nonFinalResIds=false
org.gradle.configuration-cache=true # We want this to be true but it wasn't to be (About library doesn't like it https://github.com/mikepenz/AboutLibraries/issues/857)
org.gradle.configuration-cache=false