[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Remove Flutterfire plugins (moved to FirebaseExtended) #1984

Merged
merged 7 commits into from
Aug 22, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix all_plugins test
  • Loading branch information
collinjackson committed Aug 19, 2019
commit 4ab4b00d8c9a4fcba7839412661417059d63d8fc
2 changes: 2 additions & 0 deletions examples/all_plugins/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
playServicesVersion 17.0.0
}

buildTypes {
Expand All @@ -59,6 +60,7 @@ flutter {

dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.google.guava:guava:27.0.1-android'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
api 'androidx.exifinterface:exifinterface:1.0.0'
Expand Down