We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b034e commit 07e39beCopy full SHA for 07e39be
2 files changed
demo-google-play/build.gradle
@@ -25,8 +25,8 @@ android {
25
}
26
27
dependencies {
28
- implementation 'com.android.support:appcompat-v7:27.0.2'
29
- implementation 'com.android.support:design:27.0.2'
+ implementation 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support:design:27.1.1'
30
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
31
implementation 'me.bendik.simplerangeview:simplerangeview:0.1.1'
32
implementation project(path: ':konfetti')
demo-simple-java/build.gradle
@@ -23,6 +23,6 @@ android {
23
24
0 commit comments