X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=gradle.properties;fp=gradle.properties;h=06cfed7280dbbae234ce4ff14333d98a54c128d3;hp=02ba79e46097d108f452b5f2efbd8bdaa96141b2;hb=cabc84a43df2a418f7a9e82fd04fa2bebc7f6826;hpb=70e85c4e9c81fcceb0524c9db3cf781209852a8c diff --git a/gradle.properties b/gradle.properties index 02ba79e..06cfed7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,17 +24,30 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 + # 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 + # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true + # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true + # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official + # Enable the configuration cache, which improves build speed. -org.gradle.unsafe.configuration-cache=true \ No newline at end of file +org.gradle.unsafe.configuration-cache=true + +# Use non-transitive R classes, which speed up the build process when the configuration has not changed. +android.nonTransitiveRClass=true + +# Use non-final resource IDs for faster incremental compilation. +android.nonFinalResIds=true + +android.defaults.buildfeatures.buildconfig=true \ No newline at end of file