Skip to content

Commit

Permalink
MOD update build tools version
Browse files Browse the repository at this point in the history
ADD jitpack dependencies
  • Loading branch information
Michael Tschernuth committed Dec 21, 2015
1 parent 4df3ebd commit 32ed562
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
subprojects {
buildscript {
dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // Add this line
}
repositories {
mavenCentral()
}
Expand All @@ -13,7 +16,7 @@ subprojects {
ext {
androidPlugin = 'com.android.tools.build:gradle:1.3.0'
compileSdkVersion = 23
buildToolsVersion = '23.0.0'
buildToolsVersion = '23.0.2'

// Android dependencies.
supportV4 = 'com.android.support:support-v4:23.0.0'
Expand Down
3 changes: 3 additions & 0 deletions sqlbrite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {

apply plugin: 'com.android.library'
apply from: rootProject.file('gradle/android-findbugs.gradle')
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.Tractive'

dependencies {
compile rootProject.ext.rxJava
Expand Down

0 comments on commit 32ed562

Please sign in to comment.