Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerj committed Dec 14, 2020
1 parent 48031e6 commit 32d743d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 57 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ In order to build the app for local testing, follow these steps:
1. [Install Flutter](https://flutter.dev/docs/get-started/install). This is a Flutter app so you need to set up the Flutter SDK.
2. Run `flutter pub run build_runner build` to build the JSON parser for the Paperless API.
3. Open the app in [whichever editor you prefer](https://flutter.dev/docs/get-started/editor) and start it.

## Releasing new versions
1. Update pubspec.yaml.
2. Run `flutter upgrade` to upgrade SDK.
3. Test if the app still runs.
4. Tag a new release.
5. Run `flutter build apk --split-per-abi`.
6. Upload APKs to Github releases.
7. Upload APKs to Play Store.
4 changes: 3 additions & 1 deletion assets/locales/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
"Okay": "Okay",
"Ascending": "Aufsteigend",
"Descending": "Absteigend",
"Uploading 1 scanned document": "1 gescanntes Dokument wird hochgeladen"
"Uploading 1 scanned document": "1 gescanntes Dokument wird hochgeladen",
"Logout": "Logout",
"Error while uploading document": "Fehler beim Hochladen des Dokuments"
}
Loading

0 comments on commit 32d743d

Please sign in to comment.