diff --git a/app/build.gradle b/app/build.gradle index ba76183..47de8e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { minSdkVersion 19 targetSdkVersion 30 multiDexEnabled true - versionCode 27 - versionName "2.1.0" + versionCode 28 + versionName "2.1.1" testInstrumentationRunner "com.a494studios.koreanconjugator.HanjiTestRunner" // Comment out for coverage to work diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index 7d3da16..46637b2 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,8 @@ + + Improved error handling and error messages + Bug fixes and a major feature add! You can now add examples, synonyms, and antonyms to words using the add button in the appbar!