Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDorkKnightRises authored Jun 20, 2017
1 parent 7e760a2 commit 4f32ce4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Notes-App
A simple note-taking app for Android that is fully open-source

##Features
## Features
- Write notes having a title, subtitle and some content
- Share note
- Create a notification from note
- Archive notes
- Backup notes to Google Drive
- App Shortcuts (on Android 7.1+)
- Optional Light Theme

##Instructions for building
## Instructions for building
This app uses the Google Drive API to backup and restore databases. The Drive API requires you to authorize your app with OAuth 2.0
credentials based on your application's signing keys. Enable the Drive API in the [Google Developer Console](https://console.developers.google.com/apis/) and generate these credentials by providing the SHA-1 for your signing key.

NOTE: You will need to edit the signing configs in the app level build.gradle

##Licence
## Licence
Copyright © 2016 Samriddha Basu
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 4f32ce4

Please sign in to comment.