File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Download
23
23
height="80">] ( https://appgallery.huawei.com/#/app/C103089961 )
24
24
[ <img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png "
25
25
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 )
27
27
28
28
Features
29
29
--------
@@ -47,6 +47,7 @@ Features
47
47
* Grouping decks into separate lists
48
48
* Customizing the card appearance
49
49
* Dark theme
50
+ * Backup
50
51
51
52
Video
52
53
-----
@@ -84,6 +85,7 @@ Libraries Used
84
85
* [ materialrangebar] ( https://github.com/oli107/material-range-bar )
85
86
* [ Brackeys-IDE] ( https://github.com/massivemadness/Brackeys-IDE )
86
87
* [ Apache Commons CSV] ( https://commons.apache.org/proper/commons-csv/ )
88
+ * [ Process Phoenix] ( https://github.com/JakeWharton/ProcessPhoenix )
87
89
88
90
License
89
91
-------
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " com.odnovolov.forgetmenot"
12
12
minSdkVersion 21
13
13
targetSdkVersion 30
14
- versionCode 17
15
- versionName " 1.8.5 "
14
+ versionCode 18
15
+ versionName " 1.9.0 "
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
vectorDrawables. useSupportLibrary = true
18
18
}
Original file line number Diff line number Diff line change
1
+ - the possibility to make a backup has been implemented. Now you can transfer data from one device to another
2
+ - updated translations
You can’t perform that action at this time.
0 commit comments