udacity / ud851-Sunshine

Apache License 2.0
2k stars 4.5k forks source link

Compile and AndroidTestCompile are obselete, should be replaced with Implementation and AndroidTestImplementation #177

Closed Mikesteinberg closed 5 years ago

Mikesteinberg commented 6 years ago

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

Mikesteinberg commented 6 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.

johnshea commented 5 years ago

Code has been updated with latest Gradle, Android Gradle plugin, and dependencies.

These have been resolved.