Update target Sdk to 33
This commit is contained in:
@ -8,11 +8,11 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdk 33
|
||||
defaultConfig {
|
||||
applicationId "de.frajul.particlelab"
|
||||
minSdkVersion 12
|
||||
targetSdkVersion 23
|
||||
minSdkVersion 14
|
||||
targetSdk 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
@ -30,5 +30,5 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.android.support:appcompat-v7:23.1.1'
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
}
|
||||
|
Reference in New Issue
Block a user