Skip to content

Commit 4da6951

Browse files
committed
update: gradle-tool version bump v1.2.0
1 parent bc3a7f5 commit 4da6951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
classpath 'com.android.tools.build:gradle:8.5.0'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
13-
classpath 'com.browserstack:gradle-tool:1.1.0'
13+
classpath 'com.browserstack:gradle-tool:1.2.0'
1414
}
1515
}
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
android.enableJetifier=false
12+
android.enableJetifier=true
1313
android.useAndroidX=true
1414
org.gradle.jvmargs=-Xmx1536m
1515

0 commit comments

Comments
 (0)