Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Apr 14, 2021
1 parent c17e5dd commit 243db8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.benny.pxerstudio"
minSdkVersion 16
targetSdkVersion 29
versionCode 7
versionName '1.1.1'
versionCode 8
versionName '1.1.2'

vectorDrawables.useSupportLibrary true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.1.2:
- Fixed crash on app launch that was affecting some AOSP-oriented devices
- Fixed transparency bug in currently selected color button (thanks to @factorial52 on GitHub!)

0 comments on commit 243db8a

Please sign in to comment.