Skip to content

Commit dbfada5

Browse files
committed
Release 1.5.3
1 parent 0a95652 commit dbfada5

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Some screenshots of the new features:
1818

1919
<img src="https://cloud.githubusercontent.com/assets/10178982/24260517/c6f72da6-0ffc-11e7-9a16-67fea4010a34.jpg" width="30%"/>
2020

21+
<img src="https://user-images.githubusercontent.com/10178982/39063916-3a3db5ce-44d5-11e8-97bc-adb390c2f78a.jpg" width="30%"/>
22+
2123
#### Known issues:
2224
- [ ] Bug with buttons height if custom view too big and need scrollview
2325
- [ ] Buttons can handle only one line strings
@@ -42,7 +44,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
4244
<dependency>
4345
<groupId>com.github.f0ris.sweetalert</groupId>
4446
<artifactId>library</artifactId>
45-
<version>1.5.2</version>
47+
<version>1.5.3</version>
4648
<type>aar</type>
4749
</dependency>
4850

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

5557
dependencies {
56-
compile 'com.github.f0ris.sweetalert:library:1.5.2'
58+
compile 'com.github.f0ris.sweetalert:library:1.5.3'
5759
}
5860

5961
## 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.5.2
2-
VERSION_CODE=7
1+
VERSION_NAME=1.5.3
2+
VERSION_CODE=8
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="7"
4-
android:versionName="1.5.2">
3+
android:versionCode="8"
4+
android:versionName="1.5.3">
55

66
<uses-sdk
77
android:minSdkVersion="9"

sample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="cn.pedant.SweetAlert.sample"
4-
android:versionCode="5"
5-
android:versionName="1.5">
4+
android:versionCode="8"
5+
android:versionName="1.5.3">
66

77
<application
88
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)