From cdfff247e516d1a9a206a0644d568a96141c255b Mon Sep 17 00:00:00 2001 From: npes87184 Date: Sun, 10 Jun 2018 14:33:30 +0800 Subject: [PATCH] version 1.7.10 --- .idea/caches/build_file_checksums.ser | Bin 0 -> 539 bytes .idea/codeStyles/Project.xml | 29 ++++++++++++++++++++++++++ README.md | 7 ++++++- app/app.iml | 15 +++++++++---- app/build.gradle | 6 +++--- app/release/output.json | 2 +- 6 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/codeStyles/Project.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..907600d2004784c4a354db51823fe7773ef3ba6d GIT binary patch literal 539 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}l-a(W(##Th_( zR`y#54~r#SWM*J;W8likPfT%3OfJbU@?_vF$tX%K&dAS6sVJ~_U;qK0atc$1vuKY|qVphD|Il z8#rgY`QcPo!XSu8wVdm1PY$=KvE5yFpC)JhIRtcJVnKmEcJCyX7^?q%R=0e~!cUv@ JKc7*m007nGy$=8Y literal 0 HcmV?d00001 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 2544054..fadc81d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,15 @@ An open source android app for transforming Simplified Chinese to Traditional Ch Latest Version ======== -1.7.9 +1.7.10 Changelog ======== +### 1.7.10 +* let bubble stick to wall more aggressive +* add notification channel +* Update dependent libraries to improve stability. + ### 1.7.9 * Update dependent libraries to improve stability. * Refine navigation side bar. diff --git a/app/app.iml b/app/app.iml index 1eed427..37fb927 100644 --- a/app/app.iml +++ b/app/app.iml @@ -86,19 +86,26 @@ + + + + + + + - - + - + + @@ -108,10 +115,10 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 78e0baf..2aaab2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.npes87184.s2tdroid.donate" minSdkVersion 15 targetSdkVersion 27 - versionCode 24 - versionName "1.7.9" + versionCode 25 + versionName "1.7.10" } buildTypes { release { @@ -34,5 +34,5 @@ dependencies { implementation 'com.facebook.rebound:rebound:0.3.8' implementation 'com.tumblr:backboard:0.1.2' implementation files('libs/juniversalchardet-1.0.3.jar') - implementation 'com.github.medyo:android-about-page:1.2.1' + implementation 'com.github.medyo:android-about-page:1.2.4' } diff --git a/app/release/output.json b/app/release/output.json index a631947..4d2639a 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":23},"path":"app-release.apk","properties":{"packageId":"com.npes87184.s2tdroid.donate","split":"","minSdkVersion":"15"}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":25,"versionName":"1.7.10","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file