Skip to content

Commit 4bcd575

Browse files
committed
Release 1.6.1
1 parent 73e070f commit 4bcd575

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
4444
<dependency>
4545
<groupId>com.github.f0ris.sweetalert</groupId>
4646
<artifactId>library</artifactId>
47-
<version>1.6.0</version>
47+
<version>1.6.1</version>
4848
<type>aar</type>
4949
</dependency>
5050

@@ -55,7 +55,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
5555
}
5656

5757
dependencies {
58-
implementation 'com.github.f0ris.sweetalert:library:1.6.0'
58+
implementation 'com.github.f0ris.sweetalert:library:1.6.1'
5959
}
6060

6161
## Usage

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.6.0
2-
VERSION_CODE=12
1+
VERSION_NAME=1.6.1
2+
VERSION_CODE=13
33
GROUP=com.github.f0ris.sweetalert
44

55
POM_DESCRIPTION=SweetAlert for Android, a beautiful and clever alert dialog.

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="cn.pedant.SweetAlert"
3-
android:versionCode="12"
4-
android:versionName="1.6.0">
3+
android:versionCode="13"
4+
android:versionName="1.6.1">
55

66
<uses-sdk android:targetSdkVersion="27" />
77
<application />

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
64

75
<application
86
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)