We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce95bc commit 947f3f5Copy full SHA for 947f3f5
build.gradle
@@ -233,6 +233,9 @@ jar {
233
instruction 'Import-Package',
234
'android.*;resolution:=optional',
235
'com.google.appengine.*;resolution:=optional',
236
+ 'com.squareup.okhttp;resolution:=optional',
237
+ 'okhttp3;resolution:=optional',
238
+ 'okio;resolution:=optional',
239
'*'
240
241
def noeeProp = 'osgi.bnd.noee'
0 commit comments