From b3198db89d8cdf2c595cea7fa5aecc7c6b2c442c Mon Sep 17 00:00:00 2001 From: Akash Eldo Date: Wed, 2 Jun 2021 18:00:58 -0400 Subject: [PATCH] Version 2.1.1 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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!