Google GMS in F-Droid build #478

This commit is contained in:
Hillel Coren 2022-09-16 15:46:10 +03:00
parent b9bd9582c3
commit d5835aa4dd
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 31
compileSdkVersion 32
ndkVersion flutter.ndkVersion
compileOptions {

View File

@ -31,7 +31,7 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 31
compileSdkVersion 32
ndkVersion flutter.ndkVersion
compileOptions {