1.0.0
This commit is contained in:
parent
69dab70d5a
commit
4da9eacc33
|
@ -1,8 +1,6 @@
|
||||||
# NextPush - Android
|
# NextPush - Android
|
||||||
UnifiedPush provider for Nextcloud - android application
|
UnifiedPush provider for Nextcloud - android application
|
||||||
|
|
||||||
_This is still a beta version_
|
|
||||||
|
|
||||||
## Usage
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "0.1.3"
|
versionName "1.0.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
* First major release
|
||||||
|
* Open market app if Nextcloud App isn't installed
|
||||||
|
* Increase wait time with failures
|
Loading…
Reference in New Issue