You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by sagar15795 <gi...@git.apache.org> on 2018/06/03 07:22:34 UTC

[GitHub] incubator-taverna-mobile pull request #78: Feat: User details in nav header ...

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.


---