Skip to content

Commit 0424e3f

Browse files
author
Lukas Koebis
committed
replaced 'provided' by 'compile'
1 parent ebb8a8b commit 0424e3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ParseLoginUI/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ dependencies {
55
compile 'com.android.support:support-v4:22.0.0'
66
compile 'com.parse:parse-android:1.10.1'
77

8-
provided 'com.android.support:appcompat-v7:22.0.0'
9-
provided 'com.android.support:recyclerview-v7:22.0.0'
8+
compile 'com.android.support:appcompat-v7:22.0.0'
9+
compile 'com.android.support:recyclerview-v7:22.0.0'
10+
1011
provided 'com.facebook.android:facebook-android-sdk:4.0.1'
1112
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.1.jar")
1213
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.1.jar")

0 commit comments

Comments
 (0)