Skip to content

Commit 653729a

Browse files
committed
bump libs
1 parent 13bda78 commit 653729a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

raveandroid/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)