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.