diff --git a/app/build.gradle b/app/build.gradle index 666652a..0400873 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { applicationId "org.unifiedpush.example" targetSdkVersion 33 - versionCode 21 - versionName "1.5.2" + versionCode 22 + versionName "1.5.3" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 0000000..a214e9c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,2 @@ +- Fix activities lifecycle +- Fix registration with FEATURE_BYTES_MESSAGE