removed proguard; gradle changes
This commit is contained in:
parent
b87eede8aa
commit
49a3a8d0af
2 changed files with 0 additions and 3 deletions
|
@ -62,7 +62,6 @@ android {
|
|||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.debug
|
||||
shrinkResources false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -76,5 +75,4 @@ dependencies {
|
|||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test:runner:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
|
||||
}
|
||||
|
|
1
src/android/app/proguard-rules.pro
vendored
1
src/android/app/proguard-rules.pro
vendored
|
@ -1 +0,0 @@
|
|||
-keep class androidx.lifecycle.DefaultLifecycleObserver
|
Loading…
Add table
Reference in a new issue