diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt index 18c7ec3e..c7131866 100644 --- a/fastlane/metadata/android/en-US/changelogs/28.txt +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -1,7 +1,7 @@ - New UI: optimize the available screen space making vector frame bigger and -vectors list showing on 2 rows. Categories are now separated and accessible throuhg +vectors list showing on 2 rows. Categories are now separated and accessible through category chooser. -- Review presets order +- New vectors (Chernoff faces) - Fix preview reset button - Fix wrong presets toast notification color -- New vectors (Chernoff faces) \ No newline at end of file +- Review presets order \ No newline at end of file diff --git a/project/app/build.gradle b/project/app/build.gradle index 31705c4d..36076624 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "com.iven.iconify" minSdkVersion 21 targetSdkVersion 29 - versionCode 27 + versionCode 28 versionName "1.6.0" }