在Google Play开发者控制台中导致此警告的原因是:“我们检测到您的应用正在使用旧版的Google Play开发者API”

时间:2019-08-06 04:30:33

标签: android google-play google-developers-console

因此我的应用程序是免费的,不使用inapp计费,也不使用任何Google Dev API。我仍然收到这样的警告:

enter image description here

这些都是我使用的依赖项:

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    implementation 'com.android.support:support-v13:28.0.0'
    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:customtabs:28.0.0'
    implementation 'com.android.support:multidex:1.0.3'
    implementation 'com.android.support:preference-v7:28.0.0'
    implementation 'com.android.support:appcompat-v7:28.0.0'
}

它包括我使用的所有库项目,所有这些,仅此而已。其中哪一个会引起此警告?还是误报?

这些是我的应用使用的权限:

<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.READ_CALENDAR" />

我不使用互联网访问,没有API密钥,没有开发人员API,没有远程服务器通信,没有在线通信,没有应用内帐单。

0 个答案:

没有答案