android10 / frodo

Android Library for Logging RxJava Observables and Subscribers.
1.48k stars 101 forks source link

Gradle 4 compile error #41

Open duanniston opened 6 years ago

duanniston commented 6 years ago

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

Configuration 'debugCompile' is obsolete and has been replaced with 'debugImplementation' and 'debugApi'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

vuhomobytelab commented 6 years ago

I met those warnings when build apk. Please fix it :(

SysAider commented 6 years ago

Any news?

alexbaryzhikov commented 5 years ago

What's going to happen if it's not fixed by the end of 2018?

dharmendrainnovify commented 5 years ago

Is there any chance to fix this?