identity-samples icon indicating copy to clipboard operation
identity-samples copied to clipboard

Request: update dependencies and replace deprecated usages

Open AndroidDeveloperLB opened this issue 6 years ago • 0 comments

compileSdkVersion 25 - should be 29
buildToolsVersion '25.0.3'  - should be removed
targetSdkVersion 25 - should be 29

implementation 'com.android.support:appcompat-v7:25.3.1'
implementation 'com.android.support:design:25.3.1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:support-v4:25.3.1'

-should use android x

implementation 'com.android.support:design:25.3.1'
implementation 'com.google.android.gms:play-services-base:11.0.1'
implementation 'com.google.android.gms:play-services-identity:11.0.1'
implementation 'com.google.android.gms:play-services-auth:11.0.1'
implementation 'com.google.android.gms:play-services-auth-api-phone:11.0.1'

-all of these are very outdated and the samples use deprecated classes and functions.

AndroidDeveloperLB avatar Dec 26 '19 18:12 AndroidDeveloperLB