Upgrade to targetSdk 34

This commit is contained in:
2024-03-01 16:17:33 +01:00
parent b301cb3029
commit f122ec37d7
4 changed files with 4 additions and 46 deletions

View File

@ -8,11 +8,11 @@
apply plugin: 'com.android.application'
android {
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "de.frajul.particlelab"
minSdkVersion 14
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
}