Skip to content

Commit

Permalink
Merge pull request #88 from babybuddy/sdk-35-support
Browse files Browse the repository at this point in the history
Disable e2e mode on android 35 and drop sdk 24 bumping it to 27
  • Loading branch information
MrApplejuice authored Dec 29, 2024
2 parents 361c3c8 + 9fb27ee commit 6165fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ android {

defaultConfig {
applicationId "eu.pkgsoftware.babybuddywidgets"
minSdkVersion 24
minSdkVersion 27
targetSdk 35
versionCode 44
versionName "2.4.3"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<style name="Theme.BabyBuddyWidgets" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>

<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<style name="Theme.BabyBuddyWidgets" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>

<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
Expand Down

0 comments on commit 6165fbb

Please sign in to comment.