Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
cleanup barcodescanner.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranken committed Jun 30, 2017
1 parent 1ba9ae2 commit 1e4c835
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/android/barcodescanner.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cdvMinSdkVersion = Math.max(15, cdvHelpers.getConfigPreference('android-minSdkVersion', 0) as Integer)

repositories{
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
flatDir{
dirs 'libs'
}
Expand All @@ -15,11 +13,6 @@ dependencies {
}

android {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}

packagingOptions {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
Expand All @@ -28,7 +21,6 @@ android {

allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

0 comments on commit 1e4c835

Please sign in to comment.