Closed Mikesteinberg closed 5 years ago
Another Necessary change is 'com.android.support:appcompat-v7:25.1.0' needs to be replaced with 'com.android.support:appcompat-v7:25.1.+' or it won't work properly.
Code has been updated with latest Gradle, Android Gradle plugin, and dependencies.
These have been resolved.
Compile and AndroidTestCompile are obsolete and will be deprecated at the end of the year. Compile should be replaced with implementation and AndroidTestCompile should be replaced with AndroidTestImplementation in the build.gradle(Module:App) file for each project. Thanks