We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb498c commit aed49d0Copy full SHA for aed49d0
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
minSdkVersion 21
11
multiDexEnabled true
12
targetSdkVersion 27
13
- versionCode 58
14
- versionName "8.3.1"
+ versionCode 59
+ versionName "8.3.2"
15
}
16
buildTypes {
17
release {
@@ -32,8 +32,6 @@ android {
32
repositories {
33
mavenCentral()
34
maven { url 'https://jitpack.io' }
35
- maven {
36
- url "https://raw.github.com/embarkmobile/zxing-android-minimal/mvn-repo/maven-repository/" }
37
38
39
dependencies {
0 commit comments