diff --git a/app/build.gradle b/app/build.gradle index e10bba4..e931c52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 30 - versionCode 3 - versionName "0.1.2" + versionCode 4 + versionName "0.1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 0000000..119587d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,4 @@ +* Retry every 10min on failure +* Register only one network callback +* Do not re-notify warning +