Skip to content

Commit 903a066

Browse files
committed
1.9.0
1 parent 1215151 commit 903a066

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download
2323
height="80">](https://appgallery.huawei.com/#/app/C103089961)
2424
[<img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png"
2525
alt="Get direct apk"
26-
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8.5/ForgetMeNot_v1.8.5.apk)
26+
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.9.0/ForgetMeNot_v1.9.0.apk)
2727

2828
Features
2929
--------
@@ -47,6 +47,7 @@ Features
4747
* Grouping decks into separate lists
4848
* Customizing the card appearance
4949
* Dark theme
50+
* Backup
5051

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

8890
License
8991
-------

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.odnovolov.forgetmenot"
1212
minSdkVersion 21
1313
targetSdkVersion 30
14-
versionCode 17
15-
versionName "1.8.5"
14+
versionCode 18
15+
versionName "1.9.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
vectorDrawables.useSupportLibrary = true
1818
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- the possibility to make a backup has been implemented. Now you can transfer data from one device to another
2+
- updated translations

0 commit comments

Comments
 (0)