Skip to content

Commit

Permalink
#16: Version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed May 17, 2021
1 parent 082eac0 commit c1bf5ab
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 @@ -7,8 +7,8 @@ android {
applicationId "fr.ralala.hexviewer"
minSdkVersion 24
targetSdkVersion 29
versionCode 11
versionName "1.9"
versionCode 12
versionName "1.10"
}

compileOptions {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: A label in the line edit dialog had the wrong color.
It's now possible to use a font size smaller than 12 (sp).
It's now possible to use a font size with a decimal number and not only an integer.

0 comments on commit c1bf5ab

Please sign in to comment.