You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-all of these are very outdated and the samples use deprecated classes and functions.
The text was updated successfully, but these errors were encountered: