Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Aug 5, 2021
1 parent d6a18aa commit ae78f94
Show file tree
Hide file tree
Showing 2 changed files with 9 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 30
multiDexEnabled true
versionCode 28
versionName "2.1.1"
versionCode 29
versionName "2.1.2"
testInstrumentationRunner "com.a494studios.koreanconjugator.HanjiTestRunner"

// Comment out for coverage to work
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release versionCode="29" versionName="2.1.2" date="August 4th 2021">
<info>Bug fixes and dependency updates</info>
<info>Updated a bunch of app dependencies</info>
<bugfix>Added language checks to the Suggestions page</bugfix>
<bugfix>Fixed a bug where an entry with a malformed example caused the app to crash</bugfix>
<bugfix>Fixed a bug where clicking add while the app was loading caused a crash</bugfix>
</release>
<release versionCode="28" versionName="2.1.1" date="June 3rd 2021">
<info>Improved error handling and error messages</info>
</release>
Expand Down

0 comments on commit ae78f94

Please sign in to comment.