Skip to content

Commit ec3a4d9

Browse files
author
wangpeng
committed
change dependencies
1 parent 49b8de6 commit ec3a4d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ android {
2222
dependencies {
2323
implementation 'androidx.appcompat:appcompat:1.1.0'
2424
implementation 'androidx.recyclerview:recyclerview:1.1.0'
25-
implementation project(':switchbutton')
25+
// implementation project(':switchbutton')
26+
implementation 'com.github.iielse:switchbutton:1.0.4'
2627
}

0 commit comments

Comments
 (0)