Ahmad Rosid

Results 3 comments of Ahmad Rosid

Still working on it.

Sorry guys lately i'm busy so i can't fast response for this issue, can you guys upgrade the dependency config, i have been updated the project.

Try this one on **app/build.gradle** ```gradle buildscript { repositories { mavenCentral() } dependencies { classpath 'me.tatarka:gradle-retrolambda:3.4.0' } } repositories { mavenCentral() maven { url "https://github.com/alter-ego/advanced-android-logger/raw/develop/releases/" } } apply plugin: 'com.android.application'...