chore: set minimum supported android version to android 10 (#4402)

This commit is contained in:
Lucas.Xu 2024-01-16 15:31:27 +08:00 committed by GitHub
parent f612d9b701
commit 1bf1d03676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "io.appflowy.appflowy"
minSdkVersion 33
minSdkVersion 29
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName