Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 18f36f7

Browse files
author
Daniel San
committed
Update build tools and support libraries
Signed-off-by: Daniel San <danielsan@ilhasoft.com.br>
1 parent 657d601 commit 18f36f7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
88
}
99
}

library/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
44
group='org.bitbucket.ilhasoft'
55

66
android {
7-
compileSdkVersion 24
8-
buildToolsVersion "24.0.3"
7+
compileSdkVersion 25
8+
buildToolsVersion "25.0.2"
99

1010
dataBinding {
1111
enabled true
1212
}
1313

1414
defaultConfig {
1515
minSdkVersion 15
16-
targetSdkVersion 24
16+
targetSdkVersion 25
1717
versionCode 1
1818
versionName "0.1.0"
1919
consumerProguardFiles 'proguard-rules.pro'
@@ -23,8 +23,8 @@ android {
2323
dependencies {
2424
compile fileTree(dir: 'libs', include: ['*.jar'])
2525
testCompile 'junit:junit:4.12'
26-
compile 'com.android.support:appcompat-v7:24.1.1'
27-
compile 'com.android.support:design:24.1.1'
26+
compile 'com.android.support:appcompat-v7:25.1.1'
27+
compile 'com.android.support:design:25.1.1'
2828
}
2929

3030
// build a jar with source files

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "24.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

77
dataBinding {
88
enabled true
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
applicationId "br.com.ilhasoft.support.validation.sample"
1313
minSdkVersion 15
14-
targetSdkVersion 24
14+
targetSdkVersion 25
1515
versionCode 1
1616
versionName "1.0"
1717
}

0 commit comments

Comments
 (0)