Skip to content

Commit

Permalink
Fix: Version & Preview fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
taimoorsultani committed Jun 21, 2021
1 parent ae8a3e8 commit 8d0540a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The simplest way to use SweetAlertDialog is to add the library as aar dependency
<dependency>
<groupId>com.github.taimoorsultani</groupId>
<artifactId>android-sweetalert2</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

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

dependencies {
implementation 'com.github.taimoorsultani:android-sweetalert2:1.0.0'
implementation 'com.github.taimoorsultani:android-sweetalert2:1.1.0'
}

## Usage
Expand Down
Binary file modified preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sweetalert2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.1.0"
}

buildTypes {
Expand Down

0 comments on commit 8d0540a

Please sign in to comment.