
This is generated in response to a deprecation warning in AS: ``` The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated. The current default is 'false'. It will be removed in version 9.0 of the Android Gradle plugin. You can resolve this warning in Android Studio via `Refactor` > `Migrate BuildConfig to Gradle Build Files` ``` PiperOrigin-RevId: 636546985
7 lines
191 B
Properties
7 lines
191 B
Properties
## Project-wide Gradle settings.
|
|
android.useAndroidX=true
|
|
buildDir=buildout
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|