File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:2.2.2 '
6+ classpath ' com.android.tools.build:gradle:2.2.3 '
77 }
88}
99
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' maven'
33
44android {
5- compileSdkVersion 24
6- buildToolsVersion ' 24.0.2 '
5+ compileSdkVersion 25
6+ buildToolsVersion ' 24.0.3 '
77
88 defaultConfig {
99 minSdkVersion 15
10- targetSdkVersion 24
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName VERSION_NAME
1313 consumerProguardFiles ' proguard-rules.pro'
@@ -25,7 +25,7 @@ android {
2525}
2626
2727dependencies {
28- compile ' com.android.support:appcompat-v7:24.2.1 '
28+ compile ' com.android.support:appcompat-v7:25.1.0 '
2929}
3030
3131task androidJavadocs (type : Javadoc ) {
You can’t perform that action at this time.
0 commit comments