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