Skip to content

Commit aed49d0

Browse files
committed
removed unused maven repo
1 parent 8bb498c commit aed49d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
minSdkVersion 21
1111
multiDexEnabled true
1212
targetSdkVersion 27
13-
versionCode 58
14-
versionName "8.3.1"
13+
versionCode 59
14+
versionName "8.3.2"
1515
}
1616
buildTypes {
1717
release {
@@ -32,8 +32,6 @@ android {
3232
repositories {
3333
mavenCentral()
3434
maven { url 'https://jitpack.io' }
35-
maven {
36-
url "https://raw.github.com/embarkmobile/zxing-android-minimal/mvn-repo/maven-repository/" }
3735
}
3836

3937
dependencies {

0 commit comments

Comments
 (0)