File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
44
44
<dependency>
45
45
<groupId>com.github.f0ris.sweetalert</groupId>
46
46
<artifactId>library</artifactId>
47
- <version>1.6.0 </version>
47
+ <version>1.6.1 </version>
48
48
<type>aar</type>
49
49
</dependency>
50
50
@@ -55,7 +55,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
55
55
}
56
56
57
57
dependencies {
58
- implementation 'com.github.f0ris.sweetalert:library:1.6.0 '
58
+ implementation 'com.github.f0ris.sweetalert:library:1.6.1 '
59
59
}
60
60
61
61
## Usage
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.6.0
2
- VERSION_CODE =12
1
+ VERSION_NAME =1.6.1
2
+ VERSION_CODE =13
3
3
GROUP =com.github.f0ris.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 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" cn.pedant.SweetAlert"
3
- android : versionCode =" 12 "
4
- android : versionName =" 1.6.0 " >
3
+ android : versionCode =" 13 "
4
+ android : versionName =" 1.6.1 " >
5
5
6
6
<uses-sdk android : targetSdkVersion =" 27" />
7
7
<application />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" cn.pedant.SweetAlert.sample"
4
- android : versionCode =" 10"
5
- android : versionName =" 1.5.5" >
3
+ package =" cn.pedant.SweetAlert.sample" >
6
4
7
5
<application
8
6
android : icon =" @drawable/ic_launcher"
You can’t perform that action at this time.
0 commit comments