Skip to content

Commit

Permalink
Version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Nov 15, 2021
1 parent 9dfa65c commit da81e23
Show file tree
Hide file tree
Showing 2 changed files with 6 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 29
versionName "2.1.2"
versionCode 31
versionName "2.1.3"
testInstrumentationRunner "com.a494studios.koreanconjugator.HanjiTestRunner"

// Comment out for coverage to work
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release versionCode="31" versionName="2.1.3" date="Nov 15th 2021">
<info>Updated dependencies</info>
<new type="summary">You can now check your ad-free status in the Settings page</new>
</release>
<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>
Expand Down

0 comments on commit da81e23

Please sign in to comment.