哪个依赖项导致OpenSSL的Google Play警告消息?

时间:2016-09-06 23:10:41

标签: android openssl google-play android-gradle android-library

由于 OpenSSL漏洞,我的应用因Google Play而被拒绝。我没有专门使用OpenSSL,我无法弄清楚这些依赖项中的哪一个会导致问题。

我在Windows 10上构建。

dependencies {

    compile 'com.android.support:multidex:1.0.1'
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile group: 'cz.msebera.android', name: 'httpclient', version: '4.4.1.1'
    compile('com.github.ozodrukh:CircularReveal:1.3.1@aar') {
        transitive = true;
    }
    compile group: 'org.bytedeco', name: 'javacv', version: '1.1'
    compile 'com.nineoldandroids:library:2.4.0'
    compile 'com.google.android.gms:play-services-gcm:9.4.0'
    compile 'com.android.support:appcompat-v7:24.2.0'
    compile 'com.android.support:design:24.2.0'
    compile 'com.github.nkzawa:socket.io-client:0.3.0'
    compile 'com.android.support:support-v4:24.2.0'
    compile 'com.daimajia.swipelayout:library:1.2.0@aar'
    compile 'com.google.android.gms:play-services-appindexing:9.4.0'
    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
    compile 'com.squareup.okhttp3:okhttp:3.4.1'
    compile 'net.ypresto.qtfaststartjava:qtfaststart:0.1.0'
    compile 'com.miguelcatalan:materialsearchview:1.4.0'
}

0 个答案:

没有答案