aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorvgavrilev <vgavrilev@yandex-team.ru>2022-02-10 16:51:42 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:42 +0300
commit176ca034b242b7030e561de0e16d0d3cfd3f8919 (patch)
tree242335d4ba9f0df32b918e389ed04c253bd66ed4 /build/scripts
parente77e87a095c6ec945033b15bade830911289497c (diff)
downloadydb-176ca034b242b7030e561de0e16d0d3cfd3f8919.tar.gz
Restoring authorship annotation for <vgavrilev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/scripts')
-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 4594e67278d..b3105f76016 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 = 21
+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 d1a78ceb1cf..028dc2465aa 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 21
+ minSdkVersion 21
targetSdkVersion 30
applicationId "{app_id}"
}}