diff --git a/app/build.gradle b/app/build.gradle index 775097a..83fc6db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "m.co.rh.id.a_flash_deck" minSdk 21 targetSdk 31 - versionCode 20 - versionName "1.3.4" + versionCode 21 + versionName "1.4.0" multiDexEnabled = true vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 0000000..9e4e525 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,9 @@ +Release 1.4.0+21 + +Feature: +* You can now record your voice and add it as question material + +Fixes: +* Test page unable to click image +* Test page & card show page landscape display +* Various fixes on the image file and export/import \ No newline at end of file