Skip to content

Commit

Permalink
Bump minSdk back to 28 from 23
Browse files Browse the repository at this point in the history
Fixes #1758.
  • Loading branch information
hiqua committed Jul 10, 2023
1 parent e4d2c93 commit fe41bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
defaultConfig {
versionCode = 20200
versionName = "2.2.0"
minSdk = 23
minSdk = 28
targetSdk = 31
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit fe41bdb

Please sign in to comment.