fix android plugin

This commit is contained in:
2020-06-25 15:03:12 +06:30
parent 7d69f8ee70
commit fd63f30cb4
4 changed files with 65 additions and 25 deletions

View File

@@ -52,3 +52,12 @@ android {
flutter {
source '../..'
}
dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.google.firebase:firebase-auth:19.0.0'
implementation 'com.google.firebase:firebase-messaging:20.1.0'
}