mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-19 07:30:53 +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
|
isJniDebuggable = false
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = false
|
||||||
isJniDebuggable = false
|
isJniDebuggable = false
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.jvmargs=-Xmx1024m
|
org.gradle.jvmargs=-Xmx1024m
|
Loading…
Add table
Add a link
Reference in a new issue