Merge pull request #12 from flet-dev/0.23.1-kotlin-1.8

Update Kotlin and NDK for 0.23.1
This commit is contained in:
Feodor Fitsner 2024-06-19 17:00:34 -07:00 committed by GitHub
commit 6067841b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View File

@ -25,7 +25,7 @@ if (flutterVersionName == null) {
android {
namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
ndkVersion "25.1.8937393"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

View File

@ -23,7 +23,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
}
include ":app"

View File

@ -21,6 +21,17 @@ dependencies:
dependency_overrides:
wakelock_plus: ^1.2.5
package_info_plus: ^8.0.0
record: ^5.1.1
serious_python_android:
git:
url: https://github.com/flet-dev/serious-python.git
path: src/serious_python_android
ref: 0.7-fix
serious_python_platform_interface:
git:
url: https://github.com/flet-dev/serious-python.git
path: src/serious_python_platform_interface
ref: 0.7-fix
dev_dependencies:
flutter_test: