Upgrade to targetSdk 34
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user