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
commit707ef321bf057fe3d00103ed5b2c59bc1580f56c (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /build/scripts/gen_aar_gradle_script.py
parent9291888eab6dbfbcb4b67bf400c2713f5a65a472 (diff)
downloadydb-707ef321bf057fe3d00103ed5b2c59bc1580f56c.tar.gz
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 2 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 53dc07380e..4594e67278 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