Skip to content

Commit 407db9c

Browse files
committed
Bump kotlin, SDK, NDK and gradle versions
1 parent b298aae commit 407db9c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

android/app/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if (keystorePropertiesFile.exists()) {
2323

2424
android {
2525
namespace = "de.wger.flutter"
26-
compileSdkVersion 35
27-
ndkVersion "27.0.12077973"
26+
compileSdkVersion 36
27+
ndkVersion "28.2.13676358"
2828

2929
compileOptions {
3030
sourceCompatibility JavaVersion.VERSION_11
@@ -39,9 +39,7 @@ android {
3939
defaultConfig {
4040
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4141
applicationId "de.wger.flutter"
42-
// NOTE: manually setting the minSdk to 23 instead of "flutter.minSdkVersion"
43-
// because flutter_zxing requires a higher minSdkVersion.
44-
minSdk = 23
42+
minSdkVersion = flutter.minSdkVersion
4543
targetSdk = flutter.targetSdkVersion
4644
versionCode = flutter.versionCode
4745
versionName = flutter.versionName

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.3.2" apply false
22-
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
21+
id "com.android.application" version "8.6.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)