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 @@ -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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group='org.bitbucket.ilhasoft'
55
66android {
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}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 26
5- buildToolsVersion " 26.0.0 "
5+ buildToolsVersion " 26.0.2 "
66
77 dataBinding {
88 enabled true
You can’t perform that action at this time.
0 commit comments