Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrb authored Feb 2, 2021
1 parent 0296d3d commit e037bd2
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
Android-QR-Scanner
# Android - Simple QR Code Scanner

[![Build Status](https://circleci.com/gh/JanKrb/Android-QR-Scanner.svg?style=svg)](https://app.circleci.com/pipelines/github/JanKrb/Android-QR-Scanner)

This is a simple one activity android qr code scanner. You will get the result of the qr code scanner as a text.

### Installation

Download sourcecode

```sh
$ git clone https://github.com/JanKrb/Android-QR-Scanner
$ cd Android-QR-Scanner
```

For building the app

```sh
$ ./gradlew androidDependencies
```


### Development

Want to contribute? Great!

Just fork this github repo and create a pull request as soon as you have a working solution. Please provide a precise description what you have changed and what it's good for.

License
----

MIT


**Free Software, Hell Yeah!**

0 comments on commit e037bd2

Please sign in to comment.