Upgrade support library to 28.0.0.

This commit is contained in:
akwizgran
2018-09-26 16:16:53 +01:00
parent e795efc7fc
commit bd2514a299
3 changed files with 41 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ dependencies {
implementation project(path: ':bramble-core', configuration: 'default')
implementation project(':bramble-android')
def supportVersion = '27.1.1'
def supportVersion = '28.0.0'
implementation "com.android.support:support-v4:$supportVersion"
implementation("com.android.support:appcompat-v7:$supportVersion") {
exclude module: 'support-v4'