diff --git a/app/build.gradle b/app/build.gradle index 3f9049d7d..5205ae7da 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { minSdkVersion 15 targetSdkVersion 27 versionCode 6 - versionName "6.4-" + getDate() + versionName "6.5-" + getDate() vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" archivesBaseName = "$applicationId-v$versionName" diff --git a/change-logs.md b/change-logs.md index 64cb7eb7a..3bbdb7382 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 40. November 06, 2018 +*Release-tag: v6.5* +Changes: Dispay & LED: update notification led control to for klte. Dispay & LED: properly update and unified some titles. Settings: remove unnecessary margin (visual improvements). Misc: Update androidx appcompat library. + ## 39. November 03, 2018 *Release-tag: v6.4* Changes: Dispay & LED: switch charging light control to seekbar view (osprey). Wakelocks: Visual improvements. SmartPack: Update weblinks. Miscellaneous cleanings. diff --git a/download/App-update.json b/download/App-update.json index b1ae88df8..d7325d200 100644 --- a/download/App-update.json +++ b/download/App-update.json @@ -1,11 +1,11 @@ { - "latestVersion": "6.4-20181103", + "latestVersion": "6.5-20181106", "url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true", "releaseNotes": [ "Change-log:", - "- Dispay & LED: switch charging light control to seekbar view (osprey).", - "- Wakelocks: Visual improvements.", - "- SmartPack: Update weblinks.", - "- Miscellaneous cleanings." + "- Dispay & LED: update notification led control to for klte.", + "- Dispay & LED: properly update and unified some titles.", + "- Settings: remove unnecessary margin (visual improvements).", + "- Misc: Update androidx appcompat library." ] } diff --git a/download/com.smartpack.kernelmanager.apk b/download/com.smartpack.kernelmanager.apk index f90a9276d..3f256404f 100644 Binary files a/download/com.smartpack.kernelmanager.apk and b/download/com.smartpack.kernelmanager.apk differ