File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
packages/firebase_snippets_app/android Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ android {
30
30
namespace = " com.example.firebase_snippets_app"
31
31
compileSdkVersion flutter. compileSdkVersion
32
32
33
+ buildFeatures {
34
+ buildConfig true
35
+ }
36
+
33
37
compileOptions {
34
38
sourceCompatibility JavaVersion . VERSION_1_8
35
39
targetCompatibility JavaVersion . VERSION_1_8
@@ -52,10 +56,6 @@ android {
52
56
versionName flutterVersionName
53
57
}
54
58
55
- buildFeatures {
56
- buildConfig true
57
- }
58
-
59
59
buildTypes {
60
60
release {
61
61
// TODO: Add your own signing config for the release build.
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
+ android.defaults.buildfeatures.buildconfig =true
You can’t perform that action at this time.
0 commit comments