Skip to content

Commit

Permalink
Dwongrade to gradle 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed May 29, 2024
1 parent 601b13e commit 92b81cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {

android {
compileSdkVersion 34
ndkVersion "25.1.8937393"
ndkVersion "26.1.10909125"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down Expand Up @@ -79,6 +79,14 @@ android {
'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
namespace 'de.quantumphysique.trale'
}

Expand Down
2 changes: 1 addition & 1 deletion app/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
2 changes: 1 addition & 1 deletion app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.4.1" apply false
id "com.android.application" version "8.2.2" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

Expand Down

0 comments on commit 92b81cd

Please sign in to comment.