feat: add block menu (#4222)

* feat: add block menu

* fix: android add block issue
This commit is contained in:
Lucas.Xu
2023-12-28 12:37:10 +08:00
committed by GitHub
parent 1e16168a3d
commit 0b3c904984
20 changed files with 395 additions and 8 deletions

View File

@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion "24.0.8215888"
compileOptions {