Skip to content

Commit

Permalink
Lower min android SDK level to 23 (Android 6.0 Marshmellow)
Browse files Browse the repository at this point in the history
No apparent issues so far
  • Loading branch information
deadman96385 committed Jan 16, 2024
1 parent 0c414d9 commit d50d162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.databits.scoutbuilder"
minSdk 26
minSdk 23
targetSdk 34
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit d50d162

Please sign in to comment.