This repository was archived by the owner on Jun 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -63,22 +63,19 @@ apply plugin: 'com.getkeepsafe.dexcount'
6363dependencies {
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'
You can’t perform that action at this time.
0 commit comments