udacity / ud843-QuakeReport

Discover earthquake activity around the world.
Other
343 stars 1.17k forks source link

Use 'implementation' instead of 'compile' in build.gradle #87

Closed kartikgits closed 2 years ago

clwydian commented 6 years ago

I had to alter dependencies to this:

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:23.4.0' } i.e. implementation/ testImplementation and version number To get AppCompatActivity to be recognised.

SudKul commented 2 years ago

We have upgraded the code in the lesson-four branch to AndroidX in this commit. We expect students to replicate the similar updates to other branches, where needed.