Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit a7e1ed4

Browse files
committed
whole project:
-updated Android Gradle plugin dependency to 4.1.0 -updated Gradle dependency to 6.5 -settings.gradle - changed BasicLocationSample:java to BasicLocation and BasicLocationSample:kotlin to BasicLocationKotlin so these modules could be readed properly
1 parent f54bc9f commit a7e1ed4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Android Gradle plugin
4-
gradlePluginVersion = '4.0.1'
4+
gradlePluginVersion = '4.1.0'
55
}
66
repositories {
77
google()
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 17 12:17:00 MSK 2020
1+
#Sun Nov 01 19:11:59 MSK 2020
22
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-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include ':ActivityRecognition:app',
2-
':BasicLocationSample:java:app',
3-
':BasicLocationSample:kotlin:app',
2+
':BasicLocation:app',
3+
':BasicLocationKotlin:app',
44
':Geofencing:app',
55
':LocationAddress:java:app',
66
':LocationAddress:kotlin:app',

0 commit comments

Comments
 (0)