aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gen_aar_gradle_script.py
diff options
context:
space:
mode:
authorkmartynkov <kmartynkov@yandex-team.com>2025-01-29 11:06:27 +0300
committerkmartynkov <kmartynkov@yandex-team.com>2025-01-29 11:45:42 +0300
commita181c4d165ffb7eff61707f209b917e52c7b350b (patch)
treefeb3c90c51733c05631ab2775da69740677fd0de /build/scripts/gen_aar_gradle_script.py
parent1a87f01d749fab3f1b65befcb96133f32d9b12d2 (diff)
downloadydb-a181c4d165ffb7eff61707f209b917e52c7b350b.tar.gz
update metrica in mapkit
commit_hash:322f1bfd662f90e3f9c01588527a7bada2e5a0bb
Diffstat (limited to 'build/scripts/gen_aar_gradle_script.py')
-rw-r--r--build/scripts/gen_aar_gradle_script.py6
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 0dd8dc226f..9bc381081a 100644
--- a/build/scripts/gen_aar_gradle_script.py
+++ b/build/scripts/gen_aar_gradle_script.py
@@ -50,9 +50,9 @@ ext.compileOnlyAndroidArs = [
]
def minVersion = 26
-def compileVersion = 33
-def targetVersion = 33
-def buildVersion = '33.0.0'
+def compileVersion = 34
+def targetVersion = 34
+def buildVersion = '34.0.0'
import com.android.build.gradle.LibraryPlugin
import java.nio.file.Files