Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed May 11, 2021
1 parent a57306f commit d4d1878
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
}

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "com.a494studios.koreanconjugator"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
multiDexEnabled true
versionCode 26
versionName "2.0.9"
versionCode 27
versionName "2.1.0"
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="27" versionName="2.1.0" date="May 11th 2021">
<info>Bug fixes and a major feature add!</info>
<new type="summary">You can now add examples, synonyms, and antonyms to words using the add button in the appbar!</new>
<bugfix>Conjugations are now accessible even if you don't have any favorites.</bugfix>
<bugfix>Fixed dialog crash when trying to add a favorite</bugfix>
</release>
<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>
Expand Down

0 comments on commit d4d1878

Please sign in to comment.