This commit is contained in:
Josia Pietsch 2024-07-02 21:21:51 +02:00
parent 0ed2f0d020
commit e85f00d293
Signed by: jrpie
GPG key ID: E70B571D66986A2D
51 changed files with 439 additions and 515 deletions

View file

@ -3,15 +3,15 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 33
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.finnmglas.launcher"
applicationId "de.jrpie.android.launcher"
minSdkVersion 16
targetSdkVersion 29
versionCode 12
versionName "v1.6.0"
targetSdkVersion 33
versionCode 13
versionName "j-alpha-0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}