Skip to content

Commit 639cb4a

Browse files
committed
Jitpack Update
1 parent 4f9fc74 commit 639cb4a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22

33
repositories {
44
mavenCentral()
5+
jcenter()
56
}
67

78
dependencies {

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
buildscript {
44
repositories {
55
mavenCentral()
6+
jcenter()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:2.2.3'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
911

1012
// NOTE: Do not place your application dependencies here; they belong
1113
// in the individual module build.gradle files

lib/QMBForm/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ apply plugin: 'com.android.library'
22

33
buildscript {
44
repositories {
5+
jcenter()
56
maven {
67
url "https://plugins.gradle.org/m2/"
78
}
89
}
910
dependencies {
11+
1012
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1"
1113
}
1214
}
@@ -133,3 +135,8 @@ task jacocoTestReport(type: JacocoReport ) {
133135
}
134136
}
135137
}
138+
139+
140+
apply plugin: 'com.github.dcendents.android-maven'
141+
142+
group='com.github.quemb'

0 commit comments

Comments
 (0)