android build fix
This commit is contained in:
parent
fd7a3dd64e
commit
05aabec4ad
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ flutter {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.google.android.material:material:<version>")
|
// implementation("com.google.android.material:material:<version>")
|
||||||
|
implementation("com.google.android.material:material:1.12.0")
|
||||||
// implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300'
|
// implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue