Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
F0RIS committed Apr 21, 2018
1 parent 0a95652 commit dbfada5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Some screenshots of the new features:

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

<img src="https://user-images.githubusercontent.com/10178982/39063916-3a3db5ce-44d5-11e8-97bc-adb390c2f78a.jpg" width="30%"/>

#### Known issues:
- [ ] Bug with buttons height if custom view too big and need scrollview
- [ ] Buttons can handle only one line strings
Expand All @@ -42,7 +44,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
<dependency>
<groupId>com.github.f0ris.sweetalert</groupId>
<artifactId>library</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<type>aar</type>
</dependency>

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

dependencies {
compile 'com.github.f0ris.sweetalert:library:1.5.2'
compile 'com.github.f0ris.sweetalert:library:1.5.3'
}

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.2
VERSION_CODE=7
VERSION_NAME=1.5.3
VERSION_CODE=8
GROUP=com.github.f0ris.sweetalert

POM_DESCRIPTION=SweetAlert for Android, a beautiful and clever alert dialog.
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.pedant.SweetAlert"
android:versionCode="7"
android:versionName="1.5.2">
android:versionCode="8"
android:versionName="1.5.3">

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.pedant.SweetAlert.sample"
android:versionCode="5"
android:versionName="1.5">
android:versionCode="8"
android:versionName="1.5.3">

<application
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit dbfada5

Please sign in to comment.