Skip to content

Commit

Permalink
release v1.0.4, sticky event and weak reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hehonghui committed May 23, 2015
1 parent 45f0e52 commit a8405ae
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.classpath
bin/
gen/
#*.DS_Store
*.DS_Store
*/bin/
*/gen/
.settings/
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ It will be enough to add the jar file into the “quote” part of the Project,
allprojects {
repositories {
jcenter()
maven { url 'https://github.com/bboyfeiyu/AndroidEventBus_maven/raw/master/releases' }
maven { url 'https://github.com/bboyfeiyu/AndroidEventBus/raw/master/releases' }
}
}
```
Expand All @@ -123,10 +123,9 @@ allprojects {

```
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
// add AndroidEventBus dependency
compile 'org.simple:androideventbus:lastest'
compile 'org.simple:eventbus:latest'
}
```
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions releases/org/simple/androideventbus/maven-metadata-local.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a8405ae

Please sign in to comment.