everything build but untested & migration not finished
This commit is contained in:
@@ -25,7 +25,7 @@ if (flutterVersionName == null) {
|
||||
|
||||
android {
|
||||
namespace = "me.movenext.bang_navigator"
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
@@ -43,7 +43,7 @@ android {
|
||||
// https://api.flutter.dev/flutter/widgets/AndroidView-class.html
|
||||
//https://inappwebview.dev/docs/intro/#setup-android
|
||||
minSdk = 23
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
versionCode = flutterVersionCode.toInteger()
|
||||
versionName = flutterVersionName
|
||||
}
|
||||
@@ -51,7 +51,7 @@ android {
|
||||
dependencies {
|
||||
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
// implementation 'androidx.glance:glance-appwidget:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
||||
@@ -18,7 +18,7 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version "7.3.0" apply false
|
||||
id "com.android.application" version "8.3.1" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user