diff --git a/README.md b/README.md index 4c1ddcea..ae483e1e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vectorify da home! -###### Current version: [(24) 1.5.4](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.5.4) +###### Current version: [(25) 1.5.5](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.5.5) [![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21) [![Donate on PayPal](https://img.shields.io/badge/PayPal-Donate%20Now-brightgreen.svg)](https://paypal.me/enricocid) diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..4cae6454 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1 @@ +Minor fixes \ No newline at end of file diff --git a/fastlane/metadata/android/it/changelogs/25.txt b/fastlane/metadata/android/it/changelogs/25.txt new file mode 100644 index 00000000..14409aed --- /dev/null +++ b/fastlane/metadata/android/it/changelogs/25.txt @@ -0,0 +1 @@ +Correzioni minori \ No newline at end of file diff --git a/project/app/build.gradle b/project/app/build.gradle index 3fb99b12..532e1647 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.iven.iconify" minSdkVersion 21 targetSdkVersion 29 - versionCode 24 - versionName "1.5.4" + versionCode 25 + versionName "1.5.5" } // Configure only for each module that uses Java 8