Skip to content

Commit a3f2236

Browse files
committed
Update readme, bump version number for release version.
1 parent 17be9a3 commit a3f2236

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ If you can fix any of these issues, please do submit a PR!
7070

7171
* General stability and reliability fixes.
7272

73+
* Import / export feature.
74+
75+
* Code cleanup and refactoring.
76+
77+
* Externalize strings - translations.
78+
7379
#### This app uses:
7480

7581
* [FuzzyDateFormatter](http://github.com/igstan/fuzzyDateFormatter/)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "jonas.tool.saveForOffline"
99
minSdkVersion 16
1010
targetSdkVersion 19
11-
versionCode 20
12-
versionName "3.1.5-1"
11+
versionCode 21
12+
versionName "3.1.6"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)