New release
This commit is contained in:
parent
ed7ff877fb
commit
46ee92a19f
|
@ -30,7 +30,7 @@ android {
|
|||
}
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
versionCode 28
|
||||
versionCode 29
|
||||
targetSdkVersion 34
|
||||
versionName "1.0.beta" + versionCode
|
||||
|
||||
|
|
|
@ -26,4 +26,5 @@ kapt.incremental.apt=true
|
|||
android.enableR8.fullMode=true
|
||||
android.nonTransitiveRClass=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
|
||||
|
|
Loading…
Reference in New Issue