chore: upgrade android min sdk version to 23(android 6.0) (#5029)

This commit is contained in:
Lucas.Xu 2024-04-01 22:27:09 +08:00 committed by GitHub
parent 440253f0d9
commit 555649c535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 29
minSdkVersion 23
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName