Skip to content

Commit

Permalink
Depend on RC1, update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 25, 2016
1 parent 58bd6c7 commit dcfcedf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Library to convert between RxJava 1.x and 2.x reactive types.

```
dependencies {
compile "com.github.akarnokd:rxjava2-interop:0.1.1"
compile "com.github.akarnokd:rxjava2-interop:0.1.2"
}
```

Expand Down
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

compile "org.reactivestreams:reactive-streams:1.0.0"
compile "io.reactivex:rxjava:1.1.9"
compile "io.reactivex.rxjava2:rxjava:+"
compile "io.reactivex.rxjava2:rxjava:2.0.0-RC1"

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand All @@ -71,17 +71,17 @@ artifacts {
archives javadocJar
}

uploadMavenCentral {
repositories {
mavenDeployer {
pom.whenConfigured {
p -> p.dependencies = p.dependencies.findAll {
dep -> dep.artifactId != "rxjava"
}
}
}
}
}
//uploadMavenCentral {
// repositories {
// mavenDeployer {
// pom.whenConfigured {
// p -> p.dependencies = p.dependencies.findAll {
// dep -> dep.artifactId != "rxjava"
// }
// }
// }
// }
//}

jar {
manifest {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.1
version=0.1.2

0 comments on commit dcfcedf

Please sign in to comment.