Skip to content

Commit

Permalink
bumped plugins + disable javadoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed Jan 24, 2016
1 parent bd5d2d0 commit 4a4faf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "io.ticofab.androidgpxparser"
Expand All @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'

// You should use the commented out line below in your application.
// We depend on the source directly here so that development is easier.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down
5 changes: 3 additions & 2 deletions parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ ext {

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "0.1.3"
versionName "0.1.4"
}
buildTypes {
release {
Expand All @@ -51,3 +51,4 @@ dependencies {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'

tasks.findByPath(":parser:javadoc").enabled = false

0 comments on commit 4a4faf4

Please sign in to comment.