aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gen_aar_gradle_script.py
diff options
context:
space:
mode:
authordmfedin <dmfedin@yandex-team.ru>2022-02-10 16:47:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:58 +0300
commit9291888eab6dbfbcb4b67bf400c2713f5a65a472 (patch)
treedbb385a54e02efd8677b7213ce9f66d4f199d932 /build/scripts/gen_aar_gradle_script.py
parent84df690852777a25dce952fd28843ab49992eff3 (diff)
downloadydb-9291888eab6dbfbcb4b67bf400c2713f5a65a472.tar.gz
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 1 of 2.
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 4594e67278..53dc07380e 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 = 21
-def compileVersion = 30
-def targetVersion = 30
-def buildVersion = '30.0.3'
+def compileVersion = 30
+def targetVersion = 30
+def buildVersion = '30.0.3'
import com.android.build.gradle.LibraryPlugin
import java.nio.file.Files