mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-02-08 08:08:40 +01:00
349603b7e0
* build(deps): bump up dependencies, compile sdk, and gradle version * build(deps): remove redundant safe-args plugin * build(deps): update Compose BOM to `2024.01.00` & compiler to `1.5.8`
8 lines
285 B
INI
8 lines
285 B
INI
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC
|
|
org.gradle.parallel=true
|
|
android.useAndroidX=true
|
|
android.defaults.buildfeatures.buildconfig=true
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|
|
android.enableR8.fullMode=false |