Update targetSdk to 33
This commit is contained in:
parent
ea8d455c05
commit
dd628ed6f1
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 32
|
||||
targetSdk 33
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
android {
|
||||
compileSdk 32
|
||||
compileSdk 33
|
||||
namespace "code.name.monkey.appthemehelper"
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 32
|
||||
targetSdk 33
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue