Skip to content

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaofei-it committed Aug 29, 2016
1 parent b1caa4e commit 65d1ded
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hermes-eventbus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Xiaofei-it/HermesEventBus-OriginalRepo'
gitUrl = 'https://github.com/Xiaofei-it/HermesEventBus-OriginalRepo.git'

libraryVersion = '0.1.5'
libraryVersion = '0.1.6'

developerId = 'Xiaofei-it'
developerName = 'Eric Zhao'
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 2
versionName "0.1.5"
versionName "0.1.6"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ public void init(Context context) {
public void connectApp(Context context, String packageName) {
mContext = context;
mMainProcess = false;
Hermes.register(SubService.class);
Hermes.setHermesListener(new HermesListener());
Hermes.connectApp(context, packageName);
Hermes.register(SubService.class);
}

public void destroy() {
Expand Down

0 comments on commit 65d1ded

Please sign in to comment.