We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3a7f5 commit 4da6951Copy full SHA for 4da6951
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
classpath 'com.android.tools.build:gradle:8.5.0'
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
13
- classpath 'com.browserstack:gradle-tool:1.1.0'
+ classpath 'com.browserstack:gradle-tool:1.2.0'
14
}
15
16
gradle.properties
@@ -9,7 +9,7 @@
9
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
-android.enableJetifier=false
+android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
0 commit comments