Skip to content

Commit d84a211

Browse files
committed
Add OSGi Export Package to Manifest.mf
1 parent bf9a541 commit d84a211

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Check out the [https://github.com/akarnokd/RxJavaBridge](https://github.com/akar
2121

2222
```
2323
dependencies {
24-
compile "com.github.akarnokd:rxjava3-interop:3.0.1"
24+
compile "com.github.akarnokd:rxjava3-interop:3.0.2"
2525
}
2626
```
2727

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jar {
6363
'Bundle-Vendor': 'akarnokd',
6464
'Bundle-Description': 'Library to convert between RxJava 1.x and 3.x reactive types, schedulers and resource handles.',
6565
'Import-Package': '!org.junit,!junit.framework,!org.mockito.*,*',
66-
'Bundle-DocURL': 'https://github.com/akarnokd/RxJavaInterop')
66+
'Bundle-DocURL': 'https://github.com/akarnokd/RxJavaInterop',
67+
'Export-Package': 'hu.akarnokd.rxjava3.interop.*'
68+
)
6769
}
6870

6971
apply plugin: "com.vanniktech.maven.publish"

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.akarnokd
2-
VERSION_NAME=3.0.1
3-
version=3.0.1
2+
VERSION_NAME=3.0.2
3+
version=3.0.2
44

55
POM_ARTIFACT_ID=rxjava3-interop
66
POM_NAME=Interop library between RxJava 1.x and 3.x

0 commit comments

Comments
 (0)