Skip to content

Commit 32ed562

Browse files
committed
MOD update build tools version
ADD jitpack dependencies
1 parent 4df3ebd commit 32ed562

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
subprojects {
22
buildscript {
3+
dependencies {
4+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // Add this line
5+
}
36
repositories {
47
mavenCentral()
58
}
@@ -13,7 +16,7 @@ subprojects {
1316
ext {
1417
androidPlugin = 'com.android.tools.build:gradle:1.3.0'
1518
compileSdkVersion = 23
16-
buildToolsVersion = '23.0.0'
19+
buildToolsVersion = '23.0.2'
1720

1821
// Android dependencies.
1922
supportV4 = 'com.android.support:support-v4:23.0.0'

sqlbrite/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ buildscript {
66

77
apply plugin: 'com.android.library'
88
apply from: rootProject.file('gradle/android-findbugs.gradle')
9+
apply plugin: 'com.github.dcendents.android-maven'
10+
11+
group='com.github.Tractive'
912

1013
dependencies {
1114
compile rootProject.ext.rxJava

0 commit comments

Comments
 (0)