Skip to content
Snippets Groups Projects

Resolve "Upgrade Android Gradle Plugin"

Merged Benoît Harrault requested to merge 27-upgrade-android-gradle-plugin into master
10 files
+ 286
5
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -13,7 +13,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "org.benoitharrault.midisynth"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Loading