Skip to content

Commit

Permalink
Disable android Jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hushenghao committed Jun 18, 2023
1 parent 61f43e5 commit db7be38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m

# 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
#android.enableJetifier=true
android.useAndroidX=true

0 comments on commit db7be38

Please sign in to comment.