File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 exclude group : ' com.android.support' , module : ' support-annotations'
2525 })
2626 compile ' com.android.support:appcompat-v7:27.0.2'
27- compile ' com.android.support.constraint:constraint-layout:1.1.0-beta4 '
27+ compile ' com.android.support.constraint:constraint-layout:1.1.2 '
2828 testCompile ' junit:junit:4.12'
2929 compile project(' :raveandroid' )
3030}
Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ dependencies {
2828 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2929 exclude group : ' com.android.support' , module : ' support-annotations'
3030 })
31- compile ' com.android.support:appcompat-v7:25.3.1'
32- compile ' com.android.support.constraint:constraint-layout:1.0.0-beta3'
33- compile ' com.android.support:design:25.3.1'
34- compile ' com.android.support:support-v4:25.3.1'
31+ compile ' com.android.support:appcompat-v7:25.4.0'
32+ compile ' com.android.support:design:25.4.0'
33+ compile ' com.android.support:support-v4:25.4.0'
3534 compile ' com.squareup.picasso:picasso:2.5.2'
36- compile ' com.squareup.retrofit2:retrofit:2.3 .0'
35+ compile ' com.squareup.retrofit2:retrofit:2.4 .0'
3736 compile ' com.squareup.retrofit2:converter-gson:2.3.0'
3837 compile ' com.squareup.okhttp3:logging-interceptor:3.8.0'
3938 compile ' org.parceler:parceler-api:1.1.9'
4039 annotationProcessor ' org.parceler:parceler:1.1.9'
4140 compile ' com.squareup.retrofit2:converter-scalars:2.1.0'
4241 compile ' com.scottyab:aescrypt:0.0.1'
4342 testCompile ' junit:junit:4.12'
43+ compile ' com.android.support.constraint:constraint-layout:1.1.2'
4444}
You can’t perform that action at this time.
0 commit comments