diff options
| author | Ralf Kistner <ralf@journeyapps.com> | 2021-03-15 12:18:34 +0300 |
|---|---|---|
| committer | Ralf Kistner <ralf@journeyapps.com> | 2021-03-15 12:18:34 +0300 |
| commit | f54615e43a1a61a3a50c7cea2ff2170464c6b64a (patch) | |
| tree | b908feab875e6b11048bc735abe7d41cc9a99c50 /README.md | |
| parent | 1acc3a6f4ff2468d31e97caf5f5a3d7dc08976e1 (diff) | |
| download | zxing-android-embedded-travis-test.tar.xz | |
Update metadata and scripts for Maven Central.travis-test
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' } |
