Skip to content

Commit

Permalink
Jitpack Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Möckel committed Mar 1, 2017
1 parent 4f9fc74 commit 639cb4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
7 changes: 7 additions & 0 deletions lib/QMBForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ apply plugin: 'com.android.library'

buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {

classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1"
}
}
Expand Down Expand Up @@ -133,3 +135,8 @@ task jacocoTestReport(type: JacocoReport ) {
}
}
}


apply plugin: 'com.github.dcendents.android-maven'

group='com.github.quemb'

0 comments on commit 639cb4a

Please sign in to comment.