Skip to content

Commit 25d1739

Browse files
author
Daniel Novak
committed
Update dependencies
1 parent 2e43af4 commit 25d1739

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33

44
android {
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

2727
dependencies {
28-
compile 'com.android.support:appcompat-v7:24.2.1'
28+
compile 'com.android.support:appcompat-v7:25.1.0'
2929
}
3030

3131
task androidJavadocs(type: Javadoc) {

0 commit comments

Comments
 (0)