feat: add android platform channel and permissions

This commit is contained in:
Andrew 2026-06-17 04:01:12 +07:00
parent fab906ebe0
commit a85c5e833e
5 changed files with 139 additions and 21 deletions

View file

@ -11,6 +11,7 @@ android {
ndkVersion = flutter.ndkVersion
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
@ -42,3 +43,7 @@ android {
flutter {
source = "../.."
}
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
}