Update support libraries to 28.0.0.

This commit is contained in:
Andreas Schildbach 2018-10-08 15:17:04 +02:00
parent 43afe6e9ba
commit 86681291b2

View file

@ -11,11 +11,9 @@ configurations {
dependencies {
compile project(':enabler')
compile 'de.schildbach.wallet:integration-android:2.0'
compile 'com.android.support:support-annotations:27.1.1'
compile 'com.android.support:support-compat:27.1.1'
compile 'com.android.support:support-core-ui:27.1.1'
compile 'com.android.support:support-core-utils:27.1.1'
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.android.support:support-annotations:28.0.0'
compile 'com.android.support:recyclerview-v7:28.0.0'
compile 'com.android.support:drawerlayout:28.0.0'
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.11.0'
compile 'com.google.guava:guava:25.1-android'