Skip to content

Commit 4a4faf4

Browse files
committed
bumped plugins + disable javadoc task
1 parent bd5d2d0 commit 4a4faf4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

app/build.gradle

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

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.0"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "io.ticofab.androidgpxparser"
@@ -21,7 +21,7 @@ android {
2121

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

2626
// You should use the commented out line below in your application.
2727
// We depend on the source directly here so that development is easier.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0'
9-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
9+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1111
}
1212
}

parser/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ ext {
2626

2727
android {
2828
compileSdkVersion 23
29-
buildToolsVersion "23.0.0"
29+
buildToolsVersion "23.0.2"
3030

3131
defaultConfig {
3232
minSdkVersion 9
3333
targetSdkVersion 23
3434
versionCode 1
35-
versionName "0.1.3"
35+
versionName "0.1.4"
3636
}
3737
buildTypes {
3838
release {
@@ -51,3 +51,4 @@ dependencies {
5151
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
5252
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
5353

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

0 commit comments

Comments
 (0)