Bump minSdk to 28

This change is mostly to reduce the number of APIs we need to run tests
for (from 11 APIs to 6). API 27 was released 5 years ago. Also, as of
2022-09-01, 95.1% of our monthly active users are on API 28 or higher.
This commit is contained in:
2022-09-10 19:57:57 -05:00
parent 5498ff8a87
commit e42d41ef30
14 changed files with 26 additions and 111 deletions

View File

@@ -37,7 +37,7 @@ android {
defaultConfig {
versionCode = 20100
versionName = "2.1.0"
minSdk = 23
minSdk = 28
targetSdk = 31
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"