Skip to content

Commit

Permalink
1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tema6120 committed Mar 29, 2021
1 parent 7277984 commit 02807b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 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.5.1/ForgetMeNot_v1.6.apk)
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.7/ForgetMeNot_v1.7.apk)

Features
--------
Expand All @@ -46,6 +46,7 @@ Features
* Catalog of pre-made decks. The catalog contains many decks for language learning, which includes basic sets of words, thematic words and phrases, whole sentences.
* Grouping decks into separate lists
* Customizing the card appearance
* Dark theme

Video
-----
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 10
versionName "1.6"
versionCode 11
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- dark theme

0 comments on commit 02807b5

Please sign in to comment.