diff --git a/app/build.gradle b/app/build.gradle index e14a85e..9d58b3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 33 - versionCode 20 - versionName "1.5.1" + versionCode 21 + versionName "1.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 0000000..b5147c0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,3 @@ +- Improve feedback to the user +- Some optimizations +- Minor corrections