@@ -79,30 +79,28 @@ android {
7979apply plugin : ' com.getkeepsafe.dexcount'
8080
8181dependencies {
82- compile fileTree(dir : ' libs' , include : [' *.jar' ])
83-
84- proprietaryCompile(' com.crashlytics.sdk.android:crashlytics:2.6.5@aar' ) {
82+ proprietaryImplementation(' com.crashlytics.sdk.android:crashlytics:2.6.5@aar' ) {
8583 transitive = true
8684 }
8785
88- compile ' androidx.legacy:legacy-support-v4:1.0.0'
89- compile ' androidx.appcompat:appcompat:1.0.0'
90- compile ' com.google.android.material:material:1.0.0'
91- compile ' com.jakewharton:butterknife:10.2.3' // View annotation bindings
86+ implementation ' androidx.legacy:legacy-support-v4:1.0.0'
87+ implementation ' androidx.appcompat:appcompat:1.0.0'
88+ implementation ' com.google.android.material:material:1.0.0'
89+ implementation ' com.jakewharton:butterknife:10.2.3' // View annotation bindings
9290 annotationProcessor ' com.jakewharton:butterknife-compiler:10.2.3' // ButterKnife compiler
93- compile ' com.google.dagger:dagger:2.11' // Dependency injection tool
94- compile ' com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
95- compile ' com.jakewharton.timber:timber:4.1.2' // Advanced logging tool
96- compile ' androidx.constraintlayout:constraintlayout:1.1.3'
97- compile ' com.dropbox.core:dropbox-core-sdk:3.0.5' // Dropbox Core API
91+ implementation ' com.google.dagger:dagger:2.11' // Dependency injection tool
92+ implementation ' com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
93+ implementation ' com.jakewharton.timber:timber:4.1.2' // Advanced logging tool
94+ implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
95+ implementation ' com.dropbox.core:dropbox-core-sdk:3.0.5' // Dropbox Core API
9896
99- testCompile ' junit:junit:4.12'
100- testCompile ' org.mockito:mockito-core:2.8.9'
101- androidTestCompile ' com.crittercism.dexmaker:dexmaker:1.4'
102- androidTestCompile ' com.crittercism.dexmaker:dexmaker-dx:1.4'
103- androidTestCompile ' com.crittercism.dexmaker:dexmaker-mockito:1.4'
97+ testImplementation ' junit:junit:4.12'
98+ testImplementation ' org.mockito:mockito-core:2.8.9'
99+ androidTestImplementation ' com.crittercism.dexmaker:dexmaker:1.4'
100+ androidTestImplementation ' com.crittercism.dexmaker:dexmaker-dx:1.4'
101+ androidTestImplementation ' com.crittercism.dexmaker:dexmaker-mockito:1.4'
104102 annotationProcessor ' com.google.dagger:dagger-compiler:2.11'
105- provided ' org.glassfish:javax.annotation:10.0-b28'
106- compile " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
103+ compileOnly ' org.glassfish:javax.annotation:10.0-b28'
104+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
107105 implementation ' androidx.cardview:cardview:1.0.0'
108106}
0 commit comments