Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tema6120 committed Apr 9, 2023
1 parent 1215151 commit 903a066
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 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.8.5/ForgetMeNot_v1.8.5.apk)
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.9.0/ForgetMeNot_v1.9.0.apk)

Features
--------
Expand All @@ -47,6 +47,7 @@ Features
* Grouping decks into separate lists
* Customizing the card appearance
* Dark theme
* Backup

Video
-----
Expand Down Expand Up @@ -84,6 +85,7 @@ Libraries Used
* [materialrangebar](https://github.com/oli107/material-range-bar)
* [Brackeys-IDE](https://github.com/massivemadness/Brackeys-IDE)
* [Apache Commons CSV](https://commons.apache.org/proper/commons-csv/)
* [Process Phoenix](https://github.com/JakeWharton/ProcessPhoenix)

License
-------
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 17
versionName "1.8.5"
versionCode 18
versionName "1.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- the possibility to make a backup has been implemented. Now you can transfer data from one device to another
- updated translations

0 comments on commit 903a066

Please sign in to comment.