summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRalf Kistner <ralf@journeyapps.com>2021-03-15 12:18:34 +0300
committerRalf Kistner <ralf@journeyapps.com>2021-03-15 12:18:34 +0300
commitf54615e43a1a61a3a50c7cea2ff2170464c6b64a (patch)
treeb908feab875e6b11048bc735abe7d41cc9a99c50 /README.md
parent1acc3a6f4ff2468d31e97caf5f5a3d7dc08976e1 (diff)
downloadzxing-android-embedded-travis-test.tar.xz
Update metadata and scripts for Maven Central.travis-test
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a71007f8..dd2f25b5 100644
--- a/README.md
+++ b/README.md
@@ -23,11 +23,11 @@ Add the following to your `build.gradle` file:
```groovy
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {
- implementation 'com.journeyapps:zxing-android-embedded:4.1.0'
+ implementation 'com.journeyapps:zxing-android-embedded:4.2.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
}
@@ -43,11 +43,11 @@ For Android SDK versions < 24, you can downgrade `zxing:core` to 3.3.0 or earlie
```groovy
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {
- implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
+ implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false }
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.zxing:core:3.3.0'
}