mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-02 10:59:19 +00:00
android: 'testing' for Play relase
yeah... no big changes, unfortunately
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# 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
|
||||
org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. For more details, visit
|
||||
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
|
||||
@@ -22,4 +22,17 @@ kotlin.code.style=official
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
android.javaCompile.suppressSourceTargetDeprecationWarning=true
|
||||
android.javaCompile.suppressSourceTargetDeprecationWarning=true
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.configuration-cache=true
|
||||
#android.defaults.buildfeatures.resvalues=true
|
||||
#android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
|
||||
#android.enableAppCompileTimeRClass=false
|
||||
#android.usesSdkInManifest.disallowed=false
|
||||
#android.uniquePackageNames=false
|
||||
#android.dependency.useConstraints=true
|
||||
#android.r8.strictFullModeForKeepRules=false
|
||||
#android.r8.optimizedResourceShrinking=false
|
||||
#android.builtInKotlin=false
|
||||
#android.newDsl=false
|
||||
|
||||
Reference in New Issue
Block a user