由OpenSSL引起的应用程序拒绝

时间:2017-02-13 05:43:46

标签: android openssl google-play

我尝试在Play商店上传应用程序,但应用程序遭到拒绝,我收到了来自Google Play的邮件,其中包含以下问题:

enter image description here

我在我的应用程序中使用了很多库,jar,外部项目和依赖项。

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile project(':videorecording')
    compile project(':cropper')
    compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
        transitive = true;
    }
    compile('com.twitter.sdk.android:twitter:1.7.2@aar') {
        transitive = true;
    }

    compile project(':recorder')
    compile 'com.pnikosis:materialish-progress:1.5'
    compile 'com.timehop.stickyheadersrecyclerview:library:0.4.3'
    compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
    compile 'com.kyleduo.switchbutton:library:1.2.8'
    compile 'com.google.android.gms:play-services-gcm:8.4.0'
    compile 'com.google.android.gms:play-services-location:8.4.0'
    compile 'com.baoyz.swipemenulistview:library:1.2.1'
    compile 'com.splunk.mint:mint:4.4.0'
    compile 'com.google.android.exoplayer:exoplayer:r1.5.4'
    compile 'it.sephiroth.android.library.targettooltip:target-tooltip-library:+'
    compile project(':uploadservice')
}

我在google上搜索了很多,并且知道我需要更新OpenSSL版本。我不知道如何更新OpenSSL或我的项目中的哪个库使用OpenSSL。

0 个答案:

没有答案