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

Commit a4cc430

Browse files
author
Daniel San
committed
Update libs and tools to the last stable version
Signed-off-by: Daniel San <danielsan@ilhasoft.com.br>
1 parent 5b5a7b2 commit a4cc430

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.3.3'
8-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
7+
classpath 'com.android.tools.build:gradle:3.0.0'
8+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
99
}
1010
}
1111

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group='org.bitbucket.ilhasoft'
55

66
android {
77
compileSdkVersion 26
8-
buildToolsVersion "26.0.0"
8+
buildToolsVersion "26.0.2"
99

1010
dataBinding {
1111
enabled true
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 15
1616
targetSdkVersion 26
1717
versionCode 3
18-
versionName "0.7.0"
18+
versionName "1.0.0"
1919
consumerProguardFiles 'proguard-rules.pro'
2020
}
2121
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.0"
5+
buildToolsVersion "26.0.2"
66

77
dataBinding {
88
enabled true

0 commit comments

Comments
 (0)