aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-09 20:52:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 15:58:17 +0300
commit1d6cd820856d7a70d8be542a226815b5c26d7285 (patch)
treec083effaea2f3d4b4d0612d90b48a0651f2937f6 /build
parent1db1a68d1cac3536b6c8e72ccbb25a265292e4d6 (diff)
downloadydb-1d6cd820856d7a70d8be542a226815b5c26d7285.tar.gz
intermediate changes
ref:0ed7372a70d6b618fa5eea96758beac0150df5d3
Diffstat (limited to 'build')
-rw-r--r--build/scripts/gen_aar_gradle_script.py2
-rw-r--r--build/scripts/gen_test_apk_gradle_script.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/gen_aar_gradle_script.py b/build/scripts/gen_aar_gradle_script.py
index bf99fc1251..4594e67278 100644
--- a/build/scripts/gen_aar_gradle_script.py
+++ b/build/scripts/gen_aar_gradle_script.py
@@ -49,7 +49,7 @@ ext.compileOnlyAndroidArs = [
{compile_only_aars}
]
-def minVersion = 18
+def minVersion = 21
def compileVersion = 30
def targetVersion = 30
def buildVersion = '30.0.3'
diff --git a/build/scripts/gen_test_apk_gradle_script.py b/build/scripts/gen_test_apk_gradle_script.py
index 16f59531a2..d1a78ceb1c 100644
--- a/build/scripts/gen_test_apk_gradle_script.py
+++ b/build/scripts/gen_test_apk_gradle_script.py
@@ -67,7 +67,7 @@ android {{
defaultConfig {{
- minSdkVersion 18
+ minSdkVersion 21
targetSdkVersion 30
applicationId "{app_id}"
}}