This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ android {
51
51
manifestPlaceholders = [ fabricKey : project. property(" fabricKey" )]
52
52
buildConfigField " String" , " GOOGLE_CLIENT_ID" , " \" 835904834568-77mtr5mtmpgspj9b051del9i9r5t4g4n.apps.googleusercontent.com\" "
53
53
}
54
+
54
55
}
55
56
compileOptions {
56
57
targetCompatibility JavaVersion . VERSION_1_7
@@ -73,6 +74,11 @@ dependencies {
73
74
compile ' com.j256.ormlite:ormlite-android:5.0'
74
75
compile ' commons-lang:commons-lang:2.6'
75
76
compile ' org.ccil.cowan.tagsoup:tagsoup:1.2.1'
77
+ compile ' com.squareup.picasso:picasso:2.5.2'
78
+ compile(' com.crashlytics.sdk.android:crashlytics:2.6.2@aar' ) {
79
+ transitive = true ;
80
+ }
81
+
76
82
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' ) {
77
83
exclude group : ' com.android.support'
78
84
}
@@ -88,11 +94,9 @@ dependencies {
88
94
androidTestCompile(' com.android.support:support-annotations:24.1.1' ) {
89
95
exclude group : ' com.android.support'
90
96
}
91
- compile ' com.squareup.picasso:picasso:2.5.2 '
97
+
92
98
testCompile ' junit:junit:4.12'
93
- compile(' com.crashlytics.sdk.android:crashlytics:2.6.2@aar' ) {
94
- transitive = true ;
95
- }
99
+
96
100
}
97
101
98
102
apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments