1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Use a newer version of gradle to avoid an AGP bug around NDK (#797)

This commit is contained in:
xster
2021-06-04 14:25:47 -07:00
committed by GitHub
parent b00ac891fa
commit 14921d0c06
7 changed files with 9 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ android {
buildTypes {
release {
minifyEnabled false
signingConfig debug.signingConfig
}
}
compileOptions {