build dep fix
This commit is contained in:
parent
e6b6f39641
commit
1c52e249ba
5 changed files with 8 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ android {
|
||||||
namespace = "vision.flux.plasmoid"
|
namespace = "vision.flux.plasmoid"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = flutter.ndkVersion
|
ndkVersion = flutter.ndkVersion
|
||||||
compileSdkVersion 34
|
compileSdkVersion 36
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
@ -29,7 +29,7 @@ android {
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = flutter.targetSdkVersion
|
||||||
versionCode = flutter.versionCode
|
versionCode = flutter.versionCode
|
||||||
versionName = flutter.versionName
|
versionName = flutter.versionName
|
||||||
targetSdkVersion 34
|
targetSdkVersion 36
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ subprojects {
|
||||||
afterEvaluate { project ->
|
afterEvaluate { project ->
|
||||||
if (project.hasProperty("android")) {
|
if (project.hasProperty("android")) {
|
||||||
project.android {
|
project.android {
|
||||||
compileSdkVersion 34
|
compileSdkVersion 36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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-8.3-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,13 @@
|
||||||
build-tools-33-0-0
|
build-tools-33-0-0
|
||||||
build-tools-34-0-0
|
build-tools-34-0-0
|
||||||
build-tools-35-0-0
|
build-tools-35-0-0
|
||||||
|
build-tools-36-1-0
|
||||||
cmake-3-22-1
|
cmake-3-22-1
|
||||||
platform-tools
|
platform-tools
|
||||||
platforms-android-33
|
platforms-android-33
|
||||||
platforms-android-34
|
platforms-android-34
|
||||||
platforms-android-35
|
platforms-android-35
|
||||||
|
platforms-android-36
|
||||||
emulator
|
emulator
|
||||||
ndk-27-0-12077973
|
ndk-27-0-12077973
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ 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 "8.2.2" apply false
|
id "com.android.application" version "8.9.1" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
|
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include ":app"
|
include ":app"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue