1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 14:34:20 +00:00

Update Gradle and target Android version

This commit is contained in:
Pierre HUBERT 2022-06-11 15:15:38 +02:00
parent bae83430ab
commit b14eae6689
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 32
compileSdkVersion flutter.compileSdkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@ -60,7 +60,7 @@ android {
defaultConfig {
applicationId "org.communiquons.comunic"
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip