@@ -2,12 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
- compileSdkVersion 29
+ compileSdkVersion 33
defaultConfig {
applicationId "com.sirekanyan.devtools"
minSdkVersion 17
- targetSdkVersion 29
- buildToolsVersion "29.0.3"
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
}