From 4da9eacc33023c030d8f21b1475731463830c2d0 Mon Sep 17 00:00:00 2001 From: S1m Date: Tue, 7 Dec 2021 23:16:51 +0100 Subject: [PATCH] 1.0.0 --- README.md | 2 -- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/5.txt | 3 +++ 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/README.md b/README.md index 13ed91e..0893d55 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # NextPush - Android UnifiedPush provider for Nextcloud - android application -_This is still a beta version_ - ## Usage This application require the [server application](https://github.com/UP-NextPush/server-app) to be intalled on the server and the [Nextcloud application](https://apps.nextcloud.com/apps/android_nextcloud_app) on the mobile phone. diff --git a/app/build.gradle b/app/build.gradle index 0409ff3..e702e5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 30 - versionCode 4 - versionName "0.1.3" + versionCode 5 + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..62d15e2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,3 @@ +* First major release +* Open market app if Nextcloud App isn't installed +* Increase wait time with failures