diff --git a/app/build.gradle b/app/build.gradle index 4d3b627..8a90f3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 33 - versionCode 19 - versionName "1.5.0" + versionCode 20 + versionName "1.5.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 0000000..2145db4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,4 @@ +- Fix device deletion at logout +- Prevent restart when logout +- Some optimizations +- Bump dependencies \ No newline at end of file