Skip to content

Commit

Permalink
[Fastlane] Release 1.4.0+21
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jan 5, 2022
1 parent 6aa42ae commit 61beba7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 61beba7

Please sign in to comment.