aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gen_aar_gradle_script.py
diff options
context:
space:
mode:
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 0dd8dc226f..9bc381081a 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 = 26
-def compileVersion = 33
-def targetVersion = 33
-def buildVersion = '33.0.0'
+def compileVersion = 34
+def targetVersion = 34
+def buildVersion = '34.0.0'
import com.android.build.gradle.LibraryPlugin
import java.nio.file.Files