Skip to content

Commit

Permalink
No auto-starting of EHService during app startup
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Aug 18, 2017
1 parent 7135f5d commit 98d62f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
CHANGELOG
======

* v0.3.5.1: No auto-starting of the EHService during application startup
* Mainly used for debugging purpose

* v0.3.5: Add BluetoothDeviceEventPlugin && Add import/export && fixes
* Add a new event to listen to the bluetooth device connected
* Add the ability to import and export events and profiles
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'ryey.easer'
minSdkVersion 15
targetSdkVersion 23
versionCode 26
versionName "0.3.5"
versionCode 27
versionName "0.3.5.1"

vectorDrawables.useSupportLibrary = true

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/ryey/easer/EaserApplication.java
Expand Up @@ -10,6 +10,5 @@ public class EaserApplication extends Application {
public void onCreate() {
super.onCreate();
PluginRegistry.init();
EHService.start(this);
}
}

0 comments on commit 98d62f4

Please sign in to comment.