Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 88b1d9f

Browse files
committed
Reorder build.gradle file to increase readablity
1 parent e2e325e commit 88b1d9f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

app/build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ android {
5151
manifestPlaceholders = [ fabricKey : project.property("fabricKey")]
5252
buildConfigField "String", "GOOGLE_CLIENT_ID", "\"835904834568-77mtr5mtmpgspj9b051del9i9r5t4g4n.apps.googleusercontent.com\""
5353
}
54+
5455
}
5556
compileOptions {
5657
targetCompatibility JavaVersion.VERSION_1_7
@@ -73,6 +74,11 @@ dependencies {
7374
compile 'com.j256.ormlite:ormlite-android:5.0'
7475
compile 'commons-lang:commons-lang:2.6'
7576
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+
7682
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2') {
7783
exclude group: 'com.android.support'
7884
}
@@ -88,11 +94,9 @@ dependencies {
8894
androidTestCompile('com.android.support:support-annotations:24.1.1') {
8995
exclude group: 'com.android.support'
9096
}
91-
compile 'com.squareup.picasso:picasso:2.5.2'
97+
9298
testCompile 'junit:junit:4.12'
93-
compile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') {
94-
transitive = true;
95-
}
99+
96100
}
97101

98102
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)