File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
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
2222dependencies {
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.
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ ext {
2626
2727android {
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 {
5151apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
5252apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
5353
54+ tasks. findByPath(" :parser:javadoc" ). enabled = false
You can’t perform that action at this time.
0 commit comments