Skip to content

Commit 07e39be

Browse files
jurriaanDanielMartinus
authored andcommitted
Update android support libraries to 27.1.1
1 parent 56b034e commit 07e39be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo-google-play/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation 'com.android.support:appcompat-v7:27.0.2'
29-
implementation 'com.android.support:design:27.0.2'
28+
implementation 'com.android.support:appcompat-v7:27.1.1'
29+
implementation 'com.android.support:design:27.1.1'
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3131
implementation 'me.bendik.simplerangeview:simplerangeview:0.1.1'
3232
implementation project(path: ':konfetti')

demo-simple-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'com.android.support:appcompat-v7:27.0.2'
26+
implementation 'com.android.support:appcompat-v7:27.1.1'
2727
implementation project(path: ':konfetti')
2828
}

0 commit comments

Comments
 (0)