Skip to content

Commit 90c96bf

Browse files
addieguptaiamareebjamal
authored andcommitted
chore: Raise minSdk to Lollipop (#1536)
Fixes: #1142 Changes: - Changes minSdkVersion from 16 to 21
1 parent d4e8f8c commit 90c96bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
compileSdkVersion 28
1616
defaultConfig {
1717
applicationId "com.eventyay.attendee"
18-
minSdkVersion 16
18+
minSdkVersion 21
1919
targetSdkVersion 28
2020
versionCode 5
2121
versionName "0.1.1"

0 commit comments

Comments
 (0)