@@ -15,12 +15,12 @@ repositories {
1515}
1616
1717android {
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