gvsucis / mobile-app-dev-book

Sample code for the Engelsma/Dulimarta Mobile App Dev book.
GNU General Public License v3.0
18 stars 5 forks source link

Page 71 dependency clause #39

Closed jengelsma closed 6 years ago

jengelsma commented 6 years ago

In Android Studio 3.x this line

compile 'com.android.support:design:x.y.z'

Should read:

implementation 'com.android.support:design:x.y.z'