@@ -6,15 +6,15 @@ apply plugin: 'me.tatarka.retrolambda'
6
6
7
7
android {
8
8
9
- compileSdkVersion 23
10
- buildToolsVersion ' 23 .0.3 '
9
+ compileSdkVersion 25
10
+ buildToolsVersion ' 25 .0.0 '
11
11
12
12
defaultConfig {
13
13
applicationId ' four.pda'
14
14
versionCode Integer . parseInt(project. versionCode)
15
15
versionName ' 1.7.0'
16
16
minSdkVersion 16
17
- targetSdkVersion 23
17
+ targetSdkVersion 25
18
18
buildConfigField ' String' , ' VCS_BRANCH' , " \" ${ project.vcsBranch} \" "
19
19
buildConfigField ' String' , ' VCS_COMMIT' , " \" ${ project.vcsCommit} \" "
20
20
multiDexEnabled true
90
90
}
91
91
}
92
92
93
+ def supportVersion = ' 25.0.1'
94
+
93
95
dependencies {
94
96
95
97
compile project(' :dao' )
@@ -99,19 +101,18 @@ dependencies {
99
101
apt ' org.androidannotations:androidannotations:3.3.2'
100
102
compile ' org.androidannotations:androidannotations-api:3.3.2'
101
103
102
- apt ' com.google.dagger:dagger-compiler:2.1 '
103
- compile ' com.google.dagger:dagger:2.1 '
104
+ apt ' com.google.dagger:dagger-compiler:2.7 '
105
+ compile ' com.google.dagger:dagger:2.7 '
104
106
compile ' javax.annotation:javax.annotation-api:1.2'
105
107
106
- def supportVersion = ' 23.3.0'
107
108
compile " com.android.support:appcompat-v7:$supportVersion "
108
109
compile " com.android.support:recyclerview-v7:$supportVersion "
109
110
compile " com.android.support:design:$supportVersion "
110
111
compile " com.android.support:support-annotations:$supportVersion "
111
112
112
113
compile ' com.google.android.gms:play-services-analytics:8.3.0'
113
114
114
- compile ' com.squareup.okhttp3:okhttp:3.2.0 '
115
+ compile ' com.squareup.okhttp3:okhttp:3.4.2 '
115
116
compile ' com.squareup.picasso:picasso:2.5.2'
116
117
117
118
compile ' com.github.swapii:PersistentCookieJar:1.0.0'
@@ -120,23 +121,23 @@ dependencies {
120
121
121
122
compile ' de.greenrobot:eventbus:2.4.0'
122
123
123
- provided ' frankiesardo:auto-parcel:1.0.1 '
124
- apt ' frankiesardo:auto-parcel:1.0.1 '
124
+ provided ' frankiesardo:auto-parcel:1.0.3 '
125
+ apt ' frankiesardo:auto-parcel:1.0.3 '
125
126
126
- compile(' com.crashlytics.sdk.android:crashlytics:2.5 .5@aar' ) {
127
+ compile(' com.crashlytics.sdk.android:crashlytics:2.6 .5@aar' ) {
127
128
transitive = true ;
128
129
}
129
130
130
- compile ' org.slf4j:slf4j-api:1.7.12 '
131
+ compile ' org.slf4j:slf4j-api:1.7.21 '
131
132
132
- compile ' com.github.rey5137:material:1.2.2 '
133
- compile ' net.opacapp:multiline-collapsingtoolbar:1.0.0 '
133
+ compile ' com.github.rey5137:material:1.2.4 '
134
+ compile ' net.opacapp:multiline-collapsingtoolbar:1.3.1 '
134
135
135
- compile ' com.github.chrisbanes:PhotoView:1.3.0 '
136
+ compile ' com.github.chrisbanes:PhotoView:1.3.1 '
136
137
137
138
androidTestCompile ' org.hamcrest:hamcrest-library:1.3'
138
- androidTestCompile ' com.android.support.test:runner:0.4.1 '
139
- androidTestCompile ' com.android.support.test:rules:0.4 '
139
+ androidTestCompile ' com.android.support.test:runner:0.5 '
140
+ androidTestCompile ' com.android.support.test:rules:0.5 '
140
141
androidTestCompile ' com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
141
142
androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.1' ) {
142
143
exclude group : ' com.squareup.dagger'
@@ -148,5 +149,5 @@ dependencies {
148
149
}
149
150
150
151
configurations. all {
151
- resolutionStrategy. force ' com.android.support:support-annotations:23.0.0 '
152
+ resolutionStrategy. force " com.android.support:support-annotations:$s upportVersion "
152
153
}
0 commit comments