From 529076db57a035751dfa2bac434e4ddad3e77a9b Mon Sep 17 00:00:00 2001 From: Grammatopoulos Apostolos Date: Thu, 13 Sep 2018 15:08:55 +0300 Subject: [PATCH] Version 1.7.0 --- .idea/caches/build_file_checksums.ser | Bin 541 -> 541 bytes README.md | 4 ++-- app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 6ac6ccdc8acde574f509eb3732fed11118cdcbbc..b52c4409e0535206f8ad3945a4389691079db7f3 100644 GIT binary patch delta 34 scmV+-0Nwwc1f2wsnFG~Kn30@!5CyH3`|8jyXsu>)6`Vhb;gcf)`VRjO{{R30 delta 34 qcmbQsGM8n-Oy&tXk0;J47wGJBjjNxUkY)bm$@|(s$L`6>jK2T{JP)G) diff --git a/README.md b/README.md index 0894070..64060ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![latest release](https://img.shields.io/badge/latest%20release-v1.6.4-green.svg?style=flat-square) ![release date](https://img.shields.io/badge/release%20date-2018.09.13-orange.svg?style=flat-square)](https://github.com/GreatApo/AmazfitPaceCalendarWidget/releases/latest) +[![latest release](https://img.shields.io/badge/latest%20release-v1.7.0-green.svg?style=flat-square) ![release date](https://img.shields.io/badge/release%20date-2018.09.13-orange.svg?style=flat-square)](https://github.com/GreatApo/AmazfitPaceCalendarWidget/releases/latest) # Amazfit Pace Calendar Widget ![Amazfit Pace Calendar Widget Banner](other%20files/amazfit-calendar-widget.png) @@ -39,7 +39,7 @@ To install this widget, you will need a PC with the ADB installed. Connect your ```shell adb uninstall com.dinodevs.pacecalendarwidget -adb install -r PaceCalendarWidget.apk +adb install -r PaceCalendarWidget.X.X.X.apk adb shell am force-stop com.huami.watch.launcher ``` diff --git a/app/build.gradle b/app/build.gradle index bcbca40..0b1299e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { targetSdkVersion 27 multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionName '1.6.4' + versionName '1.7.0' versionCode 20180913 } buildTypes {