Skip to content

Commit

Permalink
v 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
npes87184 committed Oct 8, 2017
1 parent 65b2d65 commit 382e577
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ An open source android app for transforming Simplified Chinese to Traditional Ch

Latest Version
========
1.7.4
1.7.5

Changelog
========
### 1.7.5
* Add file order option
* Update filepicker lib
* Show time yyyy/MM/dd in filepicker lib

### 1.7.4
* Set max length of filename to 100
* Adjust color
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.npes87184.s2tdroid.donate"
minSdkVersion 15
targetSdkVersion 25
versionCode 19
versionName "1.7.4"
versionCode 20
versionName "1.7.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 382e577

Please sign in to comment.