diff --git a/README.md b/README.md index dd3f7e6..5dec2c9 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,7 @@ A new geobookmark can be created on current location. This work is heavily based on [matiasdelellis's Nextcloud SSO example](https://github.com/matiasdelellis/app-tutorial-android) to implement [Nextcloud single sign on](https://github.com/nextcloud/Android-SingleSignOn). -![Screenshot 1](screenshots/1.png) ![Screenshot 1](screenshots/2.png) +![Screenshot 1](screenshots/1.png) ![Screenshot 1](screenshots/2.png) + +Download it from [the releases page](https://github.com/penguin86/nextcloud-maps-client/releases) + diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index e5fd467..fb95255 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -1,5 +1,5 @@ { - "version": 3, + "version": 2, "artifactType": { "type": "APK", "kind": "Directory" @@ -10,11 +10,9 @@ { "type": "SINGLE", "filters": [], - "attributes": [], "versionCode": 2, "versionName": "0.2", "outputFile": "app-release.apk" } - ], - "elementType": "File" + ] } \ No newline at end of file diff --git a/screenshots/1.png b/screenshots/1.png index c36b23b..3cc958d 100644 Binary files a/screenshots/1.png and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png index 2771ef3..31f8716 100644 Binary files a/screenshots/2.png and b/screenshots/2.png differ