build dep fix

This commit is contained in:
randogoth 2026-06-19 12:51:07 +03:00
parent e6b6f39641
commit 1c52e249ba
5 changed files with 8 additions and 6 deletions

View file

@ -9,7 +9,7 @@ android {
namespace = "vision.flux.plasmoid"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
compileSdkVersion 34
compileSdkVersion 36
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
@ -29,7 +29,7 @@ android {
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
targetSdkVersion 34
targetSdkVersion 36
}
buildTypes {