Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/78#discussion_r192579246 --- Diff: app/build.gradle --- @@ -86,6 +87,7 @@ dependencies { //Dependencies for butterknife implementation "com.jakewharton:butterknife:$rootProject.butterKnifeVersion" + implementation 'com.android.support:support-v4:27.1.1' --- End diff -- We are already using this library. Check below line.
---