Skip to content

Commit 1bf1d03

Browse files
authored
chore: set minimum supported android version to android 10 (#4402)
1 parent f612d9b commit 1bf1d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/appflowy_flutter/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
defaultConfig {
5353
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
5454
applicationId "io.appflowy.appflowy"
55-
minSdkVersion 33
55+
minSdkVersion 29
5656
targetSdkVersion 33
5757
versionCode flutterVersionCode.toInteger()
5858
versionName flutterVersionName

0 commit comments

Comments
 (0)