You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
901 B
29 lines
901 B
# Project-wide Gradle settings for Daily Notification Plugin
|
|
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
# AndroidX library
|
|
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
|
|
|
|
# Enables namespacing of each library's R class so that its R class includes only the
|
|
# resources declared in the library itself and none from the library's dependencies,
|
|
# thereby reducing the size of the R class for that library
|
|
android.nonTransitiveRClass=true
|
|
|
|
# Enable Gradle build cache
|
|
org.gradle.caching=true
|
|
|
|
# Enable parallel builds
|
|
org.gradle.parallel=true
|
|
|
|
# Increase memory for Gradle daemon
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
|
|
|
# Enable configuration cache
|
|
org.gradle.configuration-cache=true
|
|
|
|
|