diff --git a/app/build.gradle b/app/build.gradle index 1202646..0c000e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 33 - versionCode 15 - versionName "1.4.0" + versionCode 16 + versionName "1.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 0000000..8b1a656 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,3 @@ +* Reduce build size +* Avoid a null pointer exception +* Restart service when POST_NOTIFICATIONS is granted