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 {
3030 namespace = " com.example.firebase_snippets_app"
3131 compileSdkVersion flutter. compileSdkVersion
3232
33+ buildFeatures {
34+ buildConfig true
35+ }
36+
3337 compileOptions {
3438 sourceCompatibility JavaVersion . VERSION_1_8
3539 targetCompatibility JavaVersion . VERSION_1_8
@@ -52,10 +56,6 @@ android {
5256 versionName flutterVersionName
5357 }
5458
55- buildFeatures {
56- buildConfig true
57- }
58-
5959 buildTypes {
6060 release {
6161 // TODO: Add your own signing config for the release build.
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M
22android.useAndroidX =true
33android.enableJetifier =true
4+ android.defaults.buildfeatures.buildconfig =true
You can’t perform that action at this time.
0 commit comments