I got warnings when I upload cn1 Android build to Google Play.
The warning messages are below.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
compile 'com.google.android.gms:play-services-auth:12.0.1'
compile 'com.google.android.gms:play-services-base:12.0.1'
compile 'com.google.android.gms:play-services-analytics:12.0.1'
compile 'com.google.android.gms:play-services-gcm:12.0.1'
compile 'com.google.android.gms:play-services-location:12.0.1'
compile 'com.google.android.gms:play-services-maps:12.0.1'
compile 'com.google.android.gms:play-services-ads:12.0.1'
implementation 'com.android.billingclient:billing:4.0.0'
implementation 'androidx.multidex:multidex:1.0.3'
implementation 'co.infinum:goldeneye:1.1.2';
}