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 11buildscript {
22 repositories {
3+ maven { url ' https://maven.google.com' }
34 jcenter()
45 }
56 dependencies {
6- classpath ' com.android.tools.build:gradle:2.2 .3'
7+ classpath ' com.android.tools.build:gradle:2.3 .3'
78 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
89 }
910}
1011
1112allprojects {
1213 repositories {
14+ maven { url ' https://maven.google.com' }
1315 jcenter()
1416 }
1517}
Original file line number Diff line number Diff line change 1- # Mon Oct 03 15:29:38 BRT 2016
1+ # Wed Sep 20 21:27:17 BRT 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change @@ -4,27 +4,27 @@ apply plugin: 'com.github.dcendents.android-maven'
44group= ' org.bitbucket.ilhasoft'
55
66android {
7- compileSdkVersion 25
8- buildToolsVersion " 25 .0.2 "
7+ compileSdkVersion 26
8+ buildToolsVersion " 26 .0.0 "
99
1010 dataBinding {
1111 enabled true
1212 }
1313
1414 defaultConfig {
1515 minSdkVersion 15
16- targetSdkVersion 25
16+ targetSdkVersion 26
1717 versionCode 3
18- versionName " 0.6.3 "
18+ versionName " 0.7.0 "
1919 consumerProguardFiles ' proguard-rules.pro'
2020 }
2121}
2222
2323dependencies {
2424 compile fileTree(dir : ' libs' , include : [' *.jar' ])
25+ compile ' com.android.support:appcompat-v7:26.1.0'
26+ compile ' com.android.support:design:26.1.0'
2527 testCompile ' junit:junit:4.12'
26- compile ' com.android.support:appcompat-v7:25.3.0'
27- compile ' com.android.support:design:25.3.0'
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 25
5- buildToolsVersion " 25 .0.2 "
4+ compileSdkVersion 26
5+ buildToolsVersion " 26 .0.0 "
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 25
14+ targetSdkVersion 26
1515 versionCode 1
1616 versionName " 1.0"
1717 }
You can’t perform that action at this time.
0 commit comments