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 /build/scripts/gen_aar_gradle_script.py | |
parent | 492f07419d2b28b3e083757a530843d02f5e363e (diff) | |
download | ydb-2f610d6cc78cd1a5bbf8cf3b547562de8c02696c.tar.gz |
up compileVersion to 33
9c50861068e92bb2909a62e69ca0b4f3b545a084
Diffstat (limited to 'build/scripts/gen_aar_gradle_script.py')
-rw-r--r-- | build/scripts/gen_aar_gradle_script.py | 6 |
1 files changed, 3 insertions, 3 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 |