Skip to content

Commit

Permalink
Version 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
npes87184 committed Mar 11, 2018
1 parent f657c4a commit 92a163b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ An open source android app for transforming Simplified Chinese to Traditional Ch

Latest Version
========
1.7.7
1.7.8

Changelog
========
### 1.7.8
* Fix the problem that the click bubble will flash back.
* The bubble will stick to the wall as much as possible.

### 1.7.7
* Update dependent libraries to improve stability.

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 27
versionCode 22
versionName "1.7.7"
versionCode 23
versionName "1.7.8"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":22},"path":"app-release.apk","properties":{"packageId":"com.npes87184.s2tdroid.donate","split":"","minSdkVersion":"15"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":23},"path":"app-release.apk","properties":{"packageId":"com.npes87184.s2tdroid.donate","split":"","minSdkVersion":"15"}}]

0 comments on commit 92a163b

Please sign in to comment.