Kaynağa Gözat

Updated target sdk version

Vadik Sirekanyan 3 yıl önce
ebeveyn
işleme
a993d03502
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      app/build.gradle

+ 2 - 3
app/build.gradle

@@ -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"
     }