Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Feb 17, 2023
1 parent 7d2e611 commit f21d49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix activities lifecycle
- Fix registration with FEATURE_BYTES_MESSAGE

0 comments on commit f21d49e

Please sign in to comment.