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:
commit
6067841b81
|
|
@ -25,7 +25,7 @@ if (flutterVersionName == null) {
|
||||||
android {
|
android {
|
||||||
namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
|
namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
|
||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion flutter.compileSdkVersion
|
||||||
ndkVersion flutter.ndkVersion
|
ndkVersion "25.1.8937393"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
|
||||||
|
|
@ -23,7 +23,7 @@ pluginManagement {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
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"
|
include ":app"
|
||||||
|
|
@ -21,6 +21,17 @@ dependencies:
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
wakelock_plus: ^1.2.5
|
wakelock_plus: ^1.2.5
|
||||||
package_info_plus: ^8.0.0
|
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:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue