Skip to content

Commit

Permalink
Upgrade to sdk35 and gradle 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Jan 19, 2025
1 parent 91c3e83 commit 6c0c50f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[//]: # (### Other changes:)

## [Unreleased]
### Other changes:
- Target SDK35 and use gradle 8.10


## [0.9.0] - 2025-01-08
Expand Down
6 changes: 3 additions & 3 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 34
ndkVersion "26.1.10909125"
compileSdkVersion 35
ndkVersion "27.0.12077973"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down Expand Up @@ -102,7 +102,7 @@ flutter {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.0"
}

// Map for the version code that gives each ABI a value.
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.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
4 changes: 2 additions & 2 deletions app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {

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


Expand Down

0 comments on commit 6c0c50f

Please sign in to comment.