File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2121tags
2222! tags /
2323gtags.files
24- .idea / *
24+ .idea
2525# Codelite
2626* .project
2727# Visual Studio Code
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://maven. google.com ' }
3+ google()
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:3.1.3 '
7+ classpath ' com.android.tools.build:gradle:3.4.2 '
88 }
99}
1010
1111allprojects {
1212 repositories {
13- maven { url ' https://maven. google.com ' }
13+ google()
1414 jcenter()
1515 }
1616}
@@ -25,7 +25,6 @@ apply plugin: "com.android.application"
2525
2626android {
2727 compileSdkVersion 28
28- buildToolsVersion " 28.0.3"
2928
3029 defaultConfig {
3130 versionCode 23
Original file line number Diff line number Diff line change 1- # Mon Oct 15 00:47:03 CEST 2018
1+ # Fri Aug 09 22:14:33 CEST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1 -all.zip
You can’t perform that action at this time.
0 commit comments