feat: implement mobile UI, Android build configuration, and share intent handling using share_handler

This commit is contained in:
Ümit Tunç
2026-04-29 22:33:02 +03:00
parent 3755a07c25
commit a3d3de0c0d
7 changed files with 100 additions and 20 deletions
+3 -3
View File
@@ -11,12 +11,12 @@ android {
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}