Skip to content

Commit

Permalink
Version 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Nov 17, 2020
1 parent 093b20f commit f55958d
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 23
versionName "2.0.6"
versionCode 24
versionName "2.0.7"
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="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>
<bugfix>Dialogs now have the correct button color</bugfix>
<bugfix>Moved an ad on the Search Results page because it was causing an AdMob violation</bugfix>
</release>
<release versionCode="23" versionName="2.0.6" date="Nov 1st 2020">
<info>New update info and a bugfix</info>
<new type="summary">Added this dialog which will provide a changelog when a new update is applied</new>
Expand Down

0 comments on commit f55958d

Please sign in to comment.