udacity / Android_Me

App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.
259 stars 1.01k forks source link

Configuration 'compile', 'testCompile' and 'androidTestCompile' are obsolete. #65

Closed MayankSingh1993 closed 4 years ago

MayankSingh1993 commented 4 years ago
  1. Configuration 'compile' is obsolete and needed to be replaced with 'implementation' and 'api'.
  2. Configuration 'testCompile' is obsolete and needed to be replaced with 'testImplementation'.
  3. Configuration 'androidTestCompile' is obsolete and needed to be replaced with 'androidTestImplementation'.