Skip to content

Commit 4263428

Browse files
committed
android: Lower minSdkVersion to 26, aka Android 8 Oreo
Fixes zulip#1898.
1 parent c3896cb commit 4263428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
defaultConfig {
3737
applicationId "com.zulipmobile"
38-
minSdkVersion 28
38+
minSdkVersion 26
3939
targetSdkVersion flutter.targetSdkVersion
4040
// These are synced to local.properties from pubspec.yaml by the flutter tool.
4141
versionCode localProperties.getProperty('flutter.versionCode').toInteger()

0 commit comments

Comments
 (0)