mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
Implemented two optimizations suggested by Android Studio, which seem to make a significant difference in debug build time
This commit is contained in:
parent
e9a2a7ebb1
commit
b03fa1ea5d
2 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ android {
|
|||
isJniDebuggable = false
|
||||
}
|
||||
debug {
|
||||
isMinifyEnabled = true
|
||||
isMinifyEnabled = false
|
||||
isJniDebuggable = false
|
||||
applicationIdSuffix = ".debug"
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx1024m
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.jvmargs=-Xmx1024m
|
||||
|
|
Loading…
Add table
Reference in a new issue