File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import com.android.builder.core.BuilderConstants
23
23
24
- apply plugin : ' android- library'
24
+ apply plugin : ' com. android. library'
25
25
26
26
version = " 0.0.1"
27
27
group = ' com.parse'
28
28
29
29
dependencies {
30
- compile ' com.android.support:support-v4:23.0.1 '
31
- compile ' com.parse:parse-android:1.10.3 '
30
+ compile rootProject . ext . androidSupport
31
+ compile rootProject . ext . parse
32
32
33
- provided ' com.facebook.android:facebook-android-sdk:4.4.0 '
34
- provided ' com.parse:parsefacebookutils-v4-android:1.10.3@aar '
35
- provided ' com.parse:parsetwitterutils-android:1.10.3 '
33
+ provided rootProject . ext . facebookSDK
34
+ provided rootProject . ext . parseFacebookUtils
35
+ provided rootProject . ext . parseTwitterUtils
36
36
}
37
37
38
38
android {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ version = "0.0.1"
26
26
group = ' com.parse'
27
27
28
28
dependencies {
29
- compile ' com.parse:parse-android:1.10.3 '
29
+ compile rootProject . ext . parse
30
30
31
31
androidTestCompile ' com.crittercism.dexmaker:dexmaker:1.4'
32
32
androidTestCompile ' com.crittercism.dexmaker:dexmaker-mockito:1.4'
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ ext {
21
21
minSdkVersion = 15
22
22
targetSdkVersion = 23
23
23
24
- facebookSDK = ' com.facebook. android:facebook-android-sdk:4.6.0 '
25
- androidSupport = ' com.android.support:support-v4:23.0.1 '
26
- bolts = ' com.parse.bolts:bolts -android:1.2.1 '
27
- parse = ' com.parse:parse -android:1.10.3 '
28
- parseFacebookUtils = ' com.parse:parsefacebookutils-v4-android:1.10.3 @aar'
29
- parseTwitterUtils = ' com.parse:parsetwitterutils-android:1.10.3 '
24
+ androidSupport = ' com.android.support:support-v4:23.1.1 '
25
+
26
+ parse = ' com.parse:parse -android:1.12.0 '
27
+ facebookSDK = ' com.facebook.android:facebook -android-sdk:4.9.0 '
28
+ parseFacebookUtils = ' com.parse:parsefacebookutils-v4-android:1.10.4 @aar'
29
+ parseTwitterUtils = ' com.parse:parsetwitterutils-android:1.10.4 '
30
30
}
You can’t perform that action at this time.
0 commit comments