diff options
author | vgavrilev <vgavrilev@yandex-team.ru> | 2022-02-10 16:51:42 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:42 +0300 |
commit | 5e08c1c74c0a13a60738d33e4a9c4e0b21986b75 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /build | |
parent | 176ca034b242b7030e561de0e16d0d3cfd3f8919 (diff) | |
download | ydb-5e08c1c74c0a13a60738d33e4a9c4e0b21986b75.tar.gz |
Restoring authorship annotation for <vgavrilev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/scripts/gen_aar_gradle_script.py | 2 | ||||
-rw-r--r-- | build/scripts/gen_test_apk_gradle_script.py | 2 |
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 b3105f7601..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 = 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 028dc2465a..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 21 + minSdkVersion 21 targetSdkVersion 30 applicationId "{app_id}" }} |