diff options
author | kmartynkov <kmartynkov@yandex-team.com> | 2024-03-13 23:21:59 +0300 |
---|---|---|
committer | kmartynkov <kmartynkov@yandex-team.com> | 2024-03-13 23:32:45 +0300 |
commit | 2f610d6cc78cd1a5bbf8cf3b547562de8c02696c (patch) | |
tree | 167620ad44385ceec587f6a43722a6393e5163b4 | |
parent | 492f07419d2b28b3e083757a530843d02f5e363e (diff) | |
download | ydb-2f610d6cc78cd1a5bbf8cf3b547562de8c02696c.tar.gz |
up compileVersion to 33
9c50861068e92bb2909a62e69ca0b4f3b545a084
-rw-r--r-- | build/scripts/gen_aar_gradle_script.py | 6 | ||||
-rw-r--r-- | build/scripts/gen_test_apk_gradle_script.py | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build/scripts/gen_aar_gradle_script.py b/build/scripts/gen_aar_gradle_script.py index 9a997c0c73..d0694411c3 100644 --- a/build/scripts/gen_aar_gradle_script.py +++ b/build/scripts/gen_aar_gradle_script.py @@ -49,9 +49,9 @@ ext.compileOnlyAndroidArs = [ ] def minVersion = 21 -def compileVersion = 30 -def targetVersion = 30 -def buildVersion = '30.0.3' +def compileVersion = 33 +def targetVersion = 33 +def buildVersion = '33.0.0' import com.android.build.gradle.LibraryPlugin import java.nio.file.Files diff --git a/build/scripts/gen_test_apk_gradle_script.py b/build/scripts/gen_test_apk_gradle_script.py index 28609ef118..6efa7fd90f 100644 --- a/build/scripts/gen_test_apk_gradle_script.py +++ b/build/scripts/gen_test_apk_gradle_script.py @@ -62,8 +62,8 @@ dependencies {{ android {{ {keystore} - compileSdkVersion 30 - buildToolsVersion "30.0.3" + compileSdkVersion 33 + buildToolsVersion "33.0.0" compileOptions {{ sourceCompatibility 1.8 @@ -72,7 +72,7 @@ android {{ defaultConfig {{ minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 33 applicationId "{app_id}" }} |