Skip to content

Commit

Permalink
Version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Mar 28, 2021
1 parent 6fa1866 commit 0804dec
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -35,8 +35,8 @@ android {
minSdkVersion 19
targetSdkVersion 29
multiDexEnabled true
versionCode 25
versionName "2.0.8"
versionCode 26
versionName "2.0.9"
testInstrumentationRunner "com.a494studios.koreanconjugator.HanjiTestRunner"

// Comment out for coverage to work
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release versionCode="26" versionName="2.0.9" date="Mar 14th 2021">
<info>Bug fixes and improved feedback page</info>
<new type="summary">You can now provide your email when leaving feedback if you want to be contacted further</new>
<bugfix>Fixed favorites issues for users who migrated from Hanji 1.0</bugfix>
<bugfix>Further stability improvements for dialogs</bugfix>
</release>
<release versionCode="25" versionName="2.0.8" date="Dec 6th 2020">
<info>Bug fixes for favorites and stability</info>
<bugfix>Honorific favorites are working again</bugfix>
Expand Down

0 comments on commit 0804dec

Please sign in to comment.