Update targetSdk to 33

This commit is contained in:
Prathamesh More 2023-03-14 12:47:50 +05:30
parent ea8d455c05
commit dd628ed6f1
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ android {
defaultConfig {
minSdk 21
targetSdk 32
targetSdk 33
vectorDrawables.useSupportLibrary = true

View file

@ -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 {