mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-02 17:29:18 +02:00
Migrate the buildfeatures.buildconfig flag
This commit is contained in:
parent
1d9a1f1071
commit
5544883cc3
2 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@ android {
|
|||
buildFeatures {
|
||||
compose true
|
||||
viewBinding true
|
||||
buildConfig true
|
||||
}
|
||||
|
||||
flavorDimensions 'api', 'channel', 'server'
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
android.useAndroidX=true
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue