Skip to content

Commit 3acdba9

Browse files
Update README.md
1 parent 81a0e3b commit 3acdba9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ The simplest way to use AlertDialog is to add the library as aar dependency to y
1010

1111
**Gradle**
1212

13-
repositories {
14-
mavenCentral()
15-
}
16-
17-
dependencies {
18-
compile 'cn.pedant.sweetalert:library:1.3'
19-
}
13+
2014

2115
## Usage
2216

@@ -145,4 +139,4 @@ Show the cancel button and bind listener to it:
145139
.changeAlertType(KAlertDialog.SUCCESS_TYPE);
146140
}
147141
})
148-
.show();
142+
.show();

0 commit comments

Comments
 (0)