From 61beba72cd7e94e3feece3ad037a6b4492ac2577 Mon Sep 17 00:00:00 2001 From: Ruby Hartono <58564005+rh-id@users.noreply.github.com> Date: Wed, 5 Jan 2022 16:38:39 +0700 Subject: [PATCH] [Fastlane] Release 1.4.0+21 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/21.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/21.txt 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