Adjust ads watch settings, add saf documents provider, camera stream, more permission

This commit is contained in:
Caten
2023-10-08 16:40:51 +08:00
parent 5a6f04d094
commit b6d4d2f11b
9 changed files with 565 additions and 82 deletions

View File

@@ -38,6 +38,7 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
main.java.srcDirs += 'src/main/java'
}
defaultConfig {
@@ -45,7 +46,7 @@ android {
applicationId "com.fct.tiny"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 24 //ffmpeg_kit; flutter.minSdkVersion
targetSdkVersion 28 //https://github.com/termux/termux-app/issues/1072; native; linker; flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName