From d4d187866571651139c9bc67a91f824294437062 Mon Sep 17 00:00:00 2001 From: Akash Eldo Date: Mon, 10 May 2021 21:06:47 -0400 Subject: [PATCH] Version 2.1.0 --- app/build.gradle | 8 ++++---- app/src/main/res/raw/changelog.xml | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 11f630a..ba76183 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index d5edae9..7d3da16 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,11 @@ + + Bug fixes and a major feature add! + You can now add examples, synonyms, and antonyms to words using the add button in the appbar! + Conjugations are now accessible even if you don't have any favorites. + Fixed dialog crash when trying to add a favorite + Bug fixes and improved feedback page You can now provide your email when leaving feedback if you want to be contacted further