remove googles crap
This commit is contained in:
parent
a7f37ca804
commit
42cc4b8c80
1 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,12 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations {
|
||||||
|
all {
|
||||||
|
exclude group: 'com.google.android.play', module: 'play-core'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
flutter {
|
flutter {
|
||||||
source = "../.."
|
source = "../.."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue