Skip to content

Commit ae52210

Browse files
committed
Newer AGP requires android.useAndroidX
Added `android.useAndroidX=true` as required by the new AGP version. Disabled Jetifier since the project doesn't reference the old Android Support Lirbary
1 parent a70756a commit ae52210

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Project-wide Gradle settings.
2-
# IDE (e.g. Android Studio) users:
3-
# Gradle settings configured through the IDE *will override*
4-
# any settings specified in this file.
5-
# For more details on how to configure your build environment visit
1+
## For more details on how to configure your build environment visit
62
# http://www.gradle.org/docs/current/userguide/build_environment.html
3+
#
74
# Specifies the JVM arguments used for the daemon process.
85
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx1536m
6+
# Default value: -Xmx1024m -XX:MaxPermSize=256m
7+
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
8+
#
109
# When configured, Gradle will run in incubating parallel mode.
1110
# This option should only be used with decoupled projects. More details, visit
1211
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1312
# org.gradle.parallel=true
13+
#Wed Dec 08 19:57:11 PST 2021
14+
org.gradle.jvmargs=-Xmx1536m
15+
android.useAndroidX=true
16+
android.enableJetifier=false

0 commit comments

Comments
 (0)