Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Dec 7, 2020
1 parent 332c387 commit 679c5d7
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 24
versionName "2.0.7"
versionCode 25
versionName "2.0.8"
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="25" versionName="2.0.8" date="Dec 6th 2020">
<info>Bug fixes for favorites and stability</info>
<bugfix>Honorific favorites are working again</bugfix>
<bugfix>Having Determiner Past favorited no longer causes a crash with adjectives</bugfix>
<bugfix>Stability improvements to dialogs so they no longer cause random crashes</bugfix>
</release>
<release versionCode="24" versionName="2.0.7" date="Nov 16th 2020">
<info>Some minor visual improvements</info>
<new type="summary">Added the Changelog library to the Acknowledgements section</new>
Expand Down

0 comments on commit 679c5d7

Please sign in to comment.