Skip to content

Lowered minSdk to 19 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update build.gradle
  • Loading branch information
Hatzen authored Dec 20, 2019
commit b467481d1452fc2d1513c611f5784d203883b327
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 29
versionCode 5
versionName "5.0.19"
Expand All @@ -21,4 +21,4 @@ android {
lintOptions {
abortOnError false
}
}
}