sourcey / materiallogindemo

Android login and signup demo with material design
http://sourcey.com/beautiful-android-login-and-signup-screens-with-material-design/
833 stars 629 forks source link

Update to latest AppCompat and Design Libraries #3

Closed troy21688 closed 6 years ago

troy21688 commented 8 years ago

I was wondering if you could update the code for the latest AppCompat and Design Libraries:

Old: compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.android.support:design:22.2.0' New: compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:design:23.1.0'

I tried doing it myself, however I had a bunch of errors in the Styles and AppCompat themes.

Any help is appreciated!

RicardoAngulo1991 commented 6 years ago

New: compile 'com.android.support:appcompat-v7:26.0.0' compile 'com.android.support:design:26.0.0'

jslachta commented 6 years ago

This demo should be updated to the current SDK. Please consider closing this issue.