Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatApo committed Sep 13, 2018
1 parent 1ab40fd commit 529076d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 529076d

Please sign in to comment.