Here is my code, that I want to insert in build.grandle so I can work on my project:
compile 'com.android.support: design: 25.3.1'
compile 'com.android.support: recyclerview-v7:25.3.1'
compile 'com.getbase:floatingactionbutton:1.9.0'
compile 'com.wdullaer:materialdatetimepicker:1.2.1'
compile 'com.bignerdranch.android:recyclerview-multiselect:+'
compile 'com.wrapp.floatlabelededittext:library:0.0.6'
When I try to Sync it's sais that:
ERROR: Failed to resolve: com.android
Affected Modules: app
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Affected Modules: app
And then the "implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
" line goes under red line.
Sorry about my English, I hope you understand my problem. I am a beginner with the Android Studio so easy on me pls :D