diff --git a/README.md b/README.md index 1bdacce..d6eb424 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } ``` diff --git a/simpledialogfragment/build.gradle b/simpledialogfragment/build.gradle index cbac700..b00b9f2 100644 --- a/simpledialogfragment/build.gradle +++ b/simpledialogfragment/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 29 - versionCode 331 - versionName '3.3.1' + versionCode 332 + versionName '3.3.2' } buildTypes { release { @@ -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' diff --git a/testApp/build.gradle b/testApp/build.gradle index 59263bc..1e3c8d6 100644 --- a/testApp/build.gradle +++ b/testApp/build.gradle @@ -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 {