everything build but untested & migration not finished

This commit is contained in:
Fabian Freund
2024-10-09 13:27:42 +02:00
parent 37d2c84d7f
commit 2c71eeb670
132 changed files with 3790 additions and 2817 deletions
+3 -3
View File
@@ -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 {
+1 -1
View File
@@ -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
}