Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Dec 3, 2020
1 parent ee30180 commit 5325f19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.1 (2020-12-03)

Changes:

- Fix bottomsheet background being transparent

## v1.5.0 (2020-12-03)

Changes:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 29
versionCode 50
versionName "1.5.0"
versionCode 51
versionName "1.5.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/loyalty_card_view_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
android:id="@+id/noteView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/inputBackground"
android:gravity="center"
android:padding="20dp"
app:autoSizeTextType="uniform"
Expand All @@ -112,6 +113,7 @@
android:id="@+id/groupsView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/inputBackground"
android:gravity="center"
android:padding="20dp"
app:autoSizeTextType="uniform"
Expand Down

0 comments on commit 5325f19

Please sign in to comment.