From c7d95680d0b81e4e388436b510fb7bfaec209921 Mon Sep 17 00:00:00 2001 From: Emux Date: Tue, 16 Aug 2022 11:00:13 +0300 Subject: [PATCH] Android 13 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 43c400c7..a3b7ddc6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '7.2.1' apply false + id 'com.android.application' version '7.2.2' apply false } allprojects { @@ -19,12 +19,12 @@ allprojects { } } -static def androidCompileSdk() { return 31 } +static def androidCompileSdk() { return 33 } // 14 for Support Library, 16 for sqlite-android static def androidMinSdk() { return 21 } -static def androidTargetSdk() { return 31 } +static def androidTargetSdk() { return 33 } static def versionCode() { return 1 }