increase version code, enable gradle configuration cache

This commit is contained in:
Josia Pietsch 2024-08-29 01:00:50 +02:00
parent 7c6ea1a16e
commit ac30fc6ed5
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ android {
applicationId "de.jrpie.android.launcher" applicationId "de.jrpie.android.launcher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 35 targetSdkVersion 35
versionCode 21 versionCode 22
versionName "j-0.0.9" versionName "j-0.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -21,3 +21,4 @@ android.enableJetifier=true
kotlin.code.style=official kotlin.code.style=official
android.nonTransitiveRClass=false android.nonTransitiveRClass=false
android.nonFinalResIds=false android.nonFinalResIds=false
org.gradle.configuration-cache=true