Skip to content

Commit 947f3f5

Browse files
committed
Mark OKHttp as optional in OSGI manifest.
1 parent 0ce95bc commit 947f3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ jar {
233233
instruction 'Import-Package',
234234
'android.*;resolution:=optional',
235235
'com.google.appengine.*;resolution:=optional',
236+
'com.squareup.okhttp;resolution:=optional',
237+
'okhttp3;resolution:=optional',
238+
'okio;resolution:=optional',
236239
'*'
237240

238241
def noeeProp = 'osgi.bnd.noee'

0 commit comments

Comments
 (0)