Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0799e9433f | |||
| 63d02cc8de | |||
| c2ea28ab90 |
@@ -1,4 +1,4 @@
|
||||
# ZXing Android Minimal
|
||||
# ZXing Android Embedded
|
||||
|
||||
This is a port of the [ZXing Android Barcode Scanner application](https://github.com/zxing/zxing/) as an Android
|
||||
library project, for embedding in other Android applications. This is not affiliated with the official ZXing project.
|
||||
@@ -12,6 +12,11 @@ There are however some cases in which it is not feasible:
|
||||
|
||||
In these cases, this library may be more suitable.
|
||||
|
||||
**Note: A rewrite of a large part of the codebase is currently in progress on the
|
||||
[3.x branch](https://github.com/journeyapps/zxing-android-embedded/tree/3.x). This
|
||||
will provide much more control over the UI for applications that require it. Any
|
||||
new contributions should be done on the 3.x branch.**
|
||||
|
||||
## Adding aar dependency with Gradle
|
||||
|
||||
**Please note that the repository, group name and artifact names changed in 2.0.1.**
|
||||
@@ -20,11 +25,7 @@ Add the following to your build.gradle file:
|
||||
|
||||
```groovy
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
url "http://dl.bintray.com/journeyapps/maven"
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user