File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 21
21
tags
22
22
! tags /
23
23
gtags.files
24
- .idea / *
24
+ .idea
25
25
# Codelite
26
26
* .project
27
27
# Visual Studio Code
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- maven { url ' https://maven. google.com ' }
3
+ google()
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:3.1.3 '
7
+ classpath ' com.android.tools.build:gradle:3.4.2 '
8
8
}
9
9
}
10
10
11
11
allprojects {
12
12
repositories {
13
- maven { url ' https://maven. google.com ' }
13
+ google()
14
14
jcenter()
15
15
}
16
16
}
@@ -25,7 +25,6 @@ apply plugin: "com.android.application"
25
25
26
26
android {
27
27
compileSdkVersion 28
28
- buildToolsVersion " 28.0.3"
29
28
30
29
defaultConfig {
31
30
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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