File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ if (keystorePropertiesFile.exists()) {
23
23
24
24
android {
25
25
namespace = " de.wger.flutter"
26
- compileSdkVersion 35
27
- ndkVersion " 27.0.12077973 "
26
+ compileSdkVersion 36
27
+ ndkVersion " 28.2.13676358 "
28
28
29
29
compileOptions {
30
30
sourceCompatibility JavaVersion . VERSION_11
@@ -39,9 +39,7 @@ android {
39
39
defaultConfig {
40
40
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
41
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
45
43
targetSdk = flutter. targetSdkVersion
46
44
versionCode = flutter. versionCode
47
45
versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
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
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments