We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ce3f7c + 902485d commit fba8750Copy full SHA for fba8750
app/build.gradle
@@ -31,6 +31,6 @@ dependencies {
31
implementation 'com.android.support:design:26.1.0'
32
implementation 'com.android.support:cardview-v7:26.1.0'
33
implementation 'com.android.support:appcompat-v7:26.1.0'
34
- implementation 'com.kyleduo.switchbutton:library:1.4.4'
+ implementation 'com.kyleduo.switchbutton:library:2.0.0'
35
implementation 'com.orhanobut:logger:2.1.1'
36
}
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
8
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.0.0'
+ classpath 'com.android.tools.build:gradle:3.0.1'
11
12
13
0 commit comments