mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Bump kotlin, SDK, NDK and gradle versions
This commit is contained in:
@@ -23,8 +23,8 @@ if (keystorePropertiesFile.exists()) {
|
||||
|
||||
android {
|
||||
namespace = "de.wger.flutter"
|
||||
compileSdkVersion 35
|
||||
ndkVersion "27.0.12077973"
|
||||
compileSdkVersion 36
|
||||
ndkVersion "28.2.13676358"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
@@ -39,9 +39,7 @@ android {
|
||||
defaultConfig {
|
||||
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "de.wger.flutter"
|
||||
// NOTE: manually setting the minSdk to 23 instead of "flutter.minSdkVersion"
|
||||
// because flutter_zxing requires a higher minSdkVersion.
|
||||
minSdk = 23
|
||||
minSdkVersion = flutter.minSdkVersion
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
|
||||
Reference in New Issue
Block a user