This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
88 }
99}
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
44group= ' org.bitbucket.ilhasoft'
55
66android {
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 {
2323dependencies {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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 }
You can’t perform that action at this time.
0 commit comments