Skip to content

Commit fba8750

Browse files
authored
Merge pull request CymChad#2001 from AllenCoder/master
1.upgrade lib Version
2 parents 3ce3f7c + 902485d commit fba8750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131
implementation 'com.android.support:design:26.1.0'
3232
implementation 'com.android.support:cardview-v7:26.1.0'
3333
implementation 'com.android.support:appcompat-v7:26.1.0'
34-
implementation 'com.kyleduo.switchbutton:library:1.4.4'
34+
implementation 'com.kyleduo.switchbutton:library:2.0.0'
3535
implementation 'com.orhanobut:logger:2.1.1'
3636
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.0'
10+
classpath 'com.android.tools.build:gradle:3.0.1'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)