File tree 4 files changed +11
-1
lines changed
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ android {
49
49
testOptions {
50
50
animationsDisabled = true
51
51
}
52
+
53
+ buildFeatures {
54
+ buildConfig = true
55
+ }
52
56
}
53
57
54
58
Original file line number Diff line number Diff line change @@ -19,5 +19,4 @@ android.useAndroidX=true
19
19
# resources declared in the library itself and none from the library's dependencies,
20
20
# thereby reducing the size of the R class for that library
21
21
android.nonTransitiveRClass =true
22
- android.defaults.buildfeatures.buildconfig =true
23
22
android.nonFinalResIds =false
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ android {
24
24
targetCompatibility JavaVersion . VERSION_1_8
25
25
}
26
26
27
+ buildFeatures {
28
+ buildConfig = true
29
+ }
27
30
}
28
31
29
32
dependencies {
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ android {
26
26
lint {
27
27
disable ' MissingTranslation'
28
28
}
29
+
30
+ buildFeatures {
31
+ buildConfig = true
32
+ }
29
33
}
30
34
31
35
dependencies {
You can’t perform that action at this time.
0 commit comments