diff --git a/app/build.gradle b/app/build.gradle index 0800c5e..30eb02e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 33 - versionCode 17 - versionName "1.4.2" + versionCode 18 + versionName "1.4.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 0000000..9d81358 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -0,0 +1,3 @@ +- Add themed icon for Android 13 +- Set different notification channel names +- Update dependencies