plectrum

Plectrum: instrument tuner for Android
Log | Files | Refs | README | LICENSE

gradle.properties (969B)


      1 # Project-wide Gradle settings.
      2 
      3 # IDE (e.g. Android Studio) users:
      4 # Gradle settings configured through the IDE *will override*
      5 # any settings specified in this file.
      6 
      7 # For more details on how to configure your build environment visit
      8 # http://www.gradle.org/docs/current/userguide/build_environment.html
      9 
     10 # Specifies the JVM arguments used for the daemon process.
     11 # The setting is particularly useful for tweaking memory settings.
     12 android.dependency.useConstraints=true
     13 android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
     14 android.nonTransitiveRClass=false
     15 android.r8.strictFullModeForKeepRules=false
     16 android.uniquePackageNames=false
     17 android.useAndroidX=true
     18 org.gradle.jvmargs=-Xmx1536m
     19 
     20 # When configured, Gradle will run in incubating parallel mode.
     21 # This option should only be used with decoupled projects. More details, visit
     22 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
     23 # org.gradle.parallel=true