Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 350a823

Browse files
author
Evgenii Kanivets
committed
Format build.gradle.
1 parent f39c043 commit 350a823

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

app/build.gradle

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,19 @@ apply plugin: 'com.getkeepsafe.dexcount'
6363
dependencies {
6464
compile fileTree(dir: 'libs', include: ['*.jar'])
6565

66-
// View annotation bindings
67-
// Dependency injection tool
68-
// Charts
69-
// Advanced logging tool
70-
71-
7266
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
7367
transitive = true;
7468
}
69+
7570
compile 'com.android.support:support-v4:25.1.0'
7671
compile 'com.android.support:appcompat-v7:25.1.0'
7772
compile 'com.android.support:design:25.1.0'
78-
compile 'com.jakewharton:butterknife:7.0.1'
79-
compile 'com.google.dagger:dagger:2.0.1'
80-
compile 'com.github.PhilJay:MPAndroidChart:v2.2.4'
81-
compile 'com.jakewharton.timber:timber:4.1.2'
73+
74+
compile 'com.jakewharton:butterknife:7.0.1' // View annotation bindings
75+
compile 'com.google.dagger:dagger:2.0.1' // Dependency injection tool
76+
compile 'com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
77+
compile 'com.jakewharton.timber:timber:4.1.2' // Advanced logging tool
78+
8279
testCompile 'junit:junit:4.12'
8380
testCompile 'org.mockito:mockito-core:2.0.43-beta'
8481
androidTestCompile 'com.crittercism.dexmaker:dexmaker:1.4'

0 commit comments

Comments
 (0)