Skip to content

Commit

Permalink
Update min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Nov 14, 2023
1 parent d1ea013 commit 5db30b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

defaultConfig {
applicationId "org.billthefarmer.buses"
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 28
versionName "1.05"
versionCode 105
Expand Down
19 changes: 0 additions & 19 deletions src/main/res/values-v21/styles.xml

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
replaced by AppBaseTheme from res/values-vXX/styles.xml on newer
devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<style name="AppBaseTheme" parent="android:Theme.Material.Light.DarkActionBar">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>

<style name="AppDarkBaseTheme" parent="android:Theme.Holo">
<style name="AppDarkBaseTheme" parent="android:Theme.Material">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
Expand Down

0 comments on commit 5db30b9

Please sign in to comment.