Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tema6120 committed May 29, 2021
1 parent 18f58a8 commit 3a4a82b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download
height="80">](https://appgallery.huawei.com/#/app/C103089961)
[<img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png"
alt="Get direct apk"
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8/ForgetMeNot_v1.8.apk)
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8.1/ForgetMeNot_v1.8.1.apk)

Features
--------
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.odnovolov.forgetmenot"
minSdkVersion 21
targetSdkVersion 30
versionCode 12
versionName "1.8"
versionCode 13
versionName "1.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- support for links in cards
- ability to create new cards from exercise or player
- ability to select only new cards when import updated file
- added translations info in 'About'
- spell checking is performed ignoring case

0 comments on commit 3a4a82b

Please sign in to comment.