Compare commits

...

3 Commits

Author SHA1 Message Date
Ralf Kistner 0799e9433f Recommend jcenter repo. 2015-05-15 13:34:55 +02:00
Ralf Kistner 63d02cc8de Change repository URL to https.
Fixes #39.
2015-04-28 07:55:00 +02:00
Ralf Kistner c2ea28ab90 Add note on 3.x branch. 2015-04-05 22:25:45 +02:00
+7 -6
View File
@@ -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 {