Skip to content

Commit

Permalink
Release v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Mar 7, 2021
1 parent 9c9acb4 commit e941d50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A new approach of result handling ensures data integrity over rotation changes,
[JavaDoc API](https://eltos.github.io/SimpleDialogFragments/)
[Releases](https://github.com/eltos/SimpleDialogFragments/releases)
[Screenshots](https://github.com/eltos/SimpleDialogFragments/wiki/Showcase)
[Demo APK](https://github.com/eltos/SimpleDialogFragments/releases/download/v3.3/testApp.apk)
[Demo APK](https://github.com/eltos/SimpleDialogFragments/releases/download/v3.3.2/testApp.apk)

### Features

Expand All @@ -49,7 +49,7 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
In your apps ``build.gradle``:
```groovy
dependencies {
implementation 'com.github.eltos:simpledialogfragments:v3.3.1'
implementation 'com.github.eltos:simpledialogfragments:v3.3.2'
}
```

Expand Down
6 changes: 3 additions & 3 deletions simpledialogfragment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 331
versionName '3.3.1'
versionCode 332
versionName '3.3.2'
}
buildTypes {
release {
Expand Down Expand Up @@ -49,7 +49,7 @@ ext {
gitUrl = 'https://github.com/eltos/SimpleDialogFragments.git'
githubRepository= 'eltos/SimpleDialogFragments'

libraryVersion = '3.3.1'
libraryVersion = '3.3.2'

developerId = 'eltos'
developerName = 'Philipp Niedermayer'
Expand Down
4 changes: 2 additions & 2 deletions testApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'eltos.simpledialogfragments.test'
minSdkVersion 14
targetSdkVersion 29
versionCode 331
versionName '3.3.1'
versionCode 332
versionName '3.3.2'
}
buildTypes {
release {
Expand Down

0 comments on commit e941d50

Please sign in to comment.