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

Commit 602d875

Browse files
author
Evgenii Kanivets
committed
Update all dependencies.
1 parent 03f4b26 commit 602d875

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
android {
18-
compileSdkVersion 26
19-
buildToolsVersion '26.0.2'
18+
compileSdkVersion 27
19+
buildToolsVersion '27.0.3'
2020
defaultConfig {
2121
applicationId 'com.blogspot.e_kanivets.moneytracker'
2222
minSdkVersion 17
23-
targetSdkVersion 26
23+
targetSdkVersion 27
2424
versionCode 23
2525
versionName '1.8.7'
2626
}
@@ -65,22 +65,22 @@ dependencies {
6565
transitive = true
6666
}
6767

68-
compile 'com.android.support:support-v4:26.1.0'
69-
compile 'com.android.support:appcompat-v7:26.1.0'
70-
compile 'com.android.support:design:26.1.0'
68+
compile 'com.android.support:support-v4:27.1.1'
69+
compile 'com.android.support:appcompat-v7:27.1.1'
70+
compile 'com.android.support:design:27.1.1'
7171
compile 'com.jakewharton:butterknife:8.5.1' // View annotation bindings
7272
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' // ButterKnife compiler
73-
compile 'com.google.dagger:dagger:2.0.1' // Dependency injection tool
73+
compile 'com.google.dagger:dagger:2.11' // Dependency injection tool
7474
compile 'com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
7575
compile 'com.jakewharton.timber:timber:4.1.2' // Advanced logging tool
76-
compile 'com.android.support.constraint:constraint-layout:1.0.2'
76+
compile 'com.android.support.constraint:constraint-layout:1.1.3'
7777
compile 'com.dropbox.core:dropbox-core-sdk:3.0.5' // Dropbox Core API
7878

7979
testCompile 'junit:junit:4.12'
80-
testCompile 'org.mockito:mockito-core:2.0.43-beta'
80+
testCompile 'org.mockito:mockito-core:2.8.9'
8181
androidTestCompile 'com.crittercism.dexmaker:dexmaker:1.4'
8282
androidTestCompile 'com.crittercism.dexmaker:dexmaker-dx:1.4'
8383
androidTestCompile 'com.crittercism.dexmaker:dexmaker-mockito:1.4'
84-
annotationProcessor 'com.google.dagger:dagger-compiler:2.0.1'
84+
annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
8585
provided 'org.glassfish:javax.annotation:10.0-b28'
8686
}

0 commit comments

Comments
 (0)