Skip to content

Commit

Permalink
fix: missing gradle properties option useAndroidX (#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and rigor789 committed Sep 4, 2020
1 parent d863107 commit d0916ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vendor/gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
#org.gradle.parallel=true

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx16384M

android.enableJetifier=true
android.useAndroidX=true

0 comments on commit d0916ce

Please sign in to comment.