mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
increase version code, enable gradle configuration cache
This commit is contained in:
parent
7c6ea1a16e
commit
ac30fc6ed5
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ android {
|
|||
applicationId "de.jrpie.android.launcher"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
versionCode 21
|
||||
versionCode 22
|
||||
versionName "j-0.0.9"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
@ -21,3 +21,4 @@ android.enableJetifier=true
|
|||
kotlin.code.style=official
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
org.gradle.configuration-cache=true
|
||||
|
|
Loading…
Add table
Reference in a new issue