Skip to content

Commit 73f3d26

Browse files
committed
Remove ParseLoginUI
1 parent e0ac9f2 commit 73f3d26

File tree

5 files changed

+2
-28
lines changed

5 files changed

+2
-28
lines changed

ParseLoginUI/build.gradle

Lines changed: 0 additions & 26 deletions
This file was deleted.
-8.08 KB
Binary file not shown.
-67.2 KB
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ext {
2525
androidSupport = 'com.android.support:support-v4:22.0.0'
2626
bolts = 'com.parse.bolts:bolts-android:1.2.1'
2727
parse = 'com.parse:parse-android:1.10.1'
28-
parseFacebookUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.1.jar"
29-
parseTwitterUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.1.jar"
28+
parseFacebookUtilsPath = "$rootProject.projectDir/ParseUI-Login/libs/ParseFacebookUtilsV4-1.10.1.jar"
29+
parseTwitterUtilsPath = "$rootProject.projectDir/ParseUI-Login/libs/ParseTwitterUtils-1.10.1.jar"
3030
}

0 commit comments

Comments
 (0)