updated to SDK 34

This commit is contained in:
Josia Pietsch 2024-07-18 23:11:51 +02:00
parent 3c6a883f39
commit 55fcb6179b
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 10 additions and 7 deletions

View file

@ -3,15 +3,15 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 33
compileSdkVersion 34
buildToolsVersion "34.0.0"
defaultConfig {
applicationId "de.jrpie.android.launcher"
minSdkVersion 21
targetSdkVersion 35
versionCode 13
versionName "j-alpha-0.1"
versionCode 14
versionName "j-alpha-0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}