Commit 770bb18 1 parent ff449ff commit 770bb18 Copy full SHA for 770bb18
File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
21
21
<dependency>
22
22
<groupId>cn.pedant.sweetalert</groupId>
23
23
<artifactId>library</artifactId>
24
- <version>1.2 </version>
24
+ <version>1.3 </version>
25
25
<type>aar</type>
26
26
</dependency>
27
27
@@ -32,7 +32,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
32
32
}
33
33
34
34
dependencies {
35
- compile 'cn.pedant.sweetalert:library:1.2 '
35
+ compile 'cn.pedant.sweetalert:library:1.3 '
36
36
}
37
37
38
38
## Usage
@@ -41,7 +41,7 @@ show material progress
41
41
42
42
SweetAlertDialog pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);
43
43
pDialog.getProgressHelper().setBarColor(Color.parseColor("#A5DC86"));
44
- pDialog.setTitleText("loading... ");
44
+ pDialog.setTitleText("Loading ");
45
45
pDialog.setCancelable(false);
46
46
pDialog.show();
47
47
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Android版的SweetAlert,清新文艺,快意灵动的甜心弹框
21
21
<dependency>
22
22
<groupId>cn.pedant.sweetalert</groupId>
23
23
<artifactId>library</artifactId>
24
- <version>1.2 </version>
24
+ <version>1.3 </version>
25
25
<type>aar</type>
26
26
</dependency>
27
27
@@ -32,15 +32,15 @@ Android版的SweetAlert,清新文艺,快意灵动的甜心弹框
32
32
}
33
33
34
34
dependencies {
35
- compile 'cn.pedant.sweetalert:library:1.2 '
35
+ compile 'cn.pedant.sweetalert:library:1.3 '
36
36
}
37
37
38
38
## 如何开始
39
39
显示Material进度样式
40
40
41
41
SweetAlertDialog pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);
42
42
pDialog.getProgressHelper().setBarColor(Color.parseColor("#A5DC86"));
43
- pDialog.setTitleText("loading... ");
43
+ pDialog.setTitleText("Loading ");
44
44
pDialog.setCancelable(false);
45
45
pDialog.show();
46
46
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2
2
- VERSION_CODE =3
1
+ VERSION_NAME =1.3
2
+ VERSION_CODE =4
3
3
GROUP =cn.pedant.sweetalert
4
4
5
5
POM_DESCRIPTION =SweetAlert for Android, a beautiful and clever alert dialog.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ android {
26
26
}
27
27
28
28
dependencies {
29
- // compile 'cn.pedant.sweetalert:library:1.2 '
29
+ // compile 'cn.pedant.sweetalert:library:1.3 '
30
30
compile project(' :library' )
31
31
}
You can’t perform that action at this time.
0 commit comments