Skip to content
Snippets Groups Projects
Commit a28174d1 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: use buildConfig gradle buildFeature

Change-Id: I4d5173b92bfd8554b10b4f1216ebd259e0581442
parent be473620
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ android {
buildFeatures {
viewBinding = true
dataBinding = true
buildConfig = true
}
flavorDimensions += "push"
productFlavors {
......
......@@ -3,5 +3,4 @@ org.gradle.jvmargs=-Xmx3048M
android.useAndroidX=true
android.enableJetifier=false
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment