Skip to content

Commit

Permalink
Merge pull request #37 from SUPERCILEX/patch-1
Browse files Browse the repository at this point in the history
Use api instead of implementation
  • Loading branch information
rubensousa authored Dec 5, 2017
2 parents 64c4333 + 56e645e commit afd36db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gravitysnaphelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
}

dependencies {
implementation "com.android.support:recyclerview-v7:$rootProject.ext.supportLibVersion"
api "com.android.support:recyclerview-v7:$rootProject.ext.supportLibVersion"
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
Expand Down

0 comments on commit afd36db

Please sign in to comment.