Skip to content

Commit afd36db

Browse files
authored
Merge pull request #37 from SUPERCILEX/patch-1
Use api instead of implementation
2 parents 64c4333 + 56e645e commit afd36db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravitysnaphelper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313

1414
dependencies {
15-
implementation "com.android.support:recyclerview-v7:$rootProject.ext.supportLibVersion"
15+
api "com.android.support:recyclerview-v7:$rootProject.ext.supportLibVersion"
1616
}
1717

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

0 commit comments

Comments
 (0)