Skip to content

Commit 0a00434

Browse files
committed
Make gradle hapier
1 parent b42547b commit 0a00434

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
api "com.android.support:recyclerview-v7:${supportLibraryVersion}"
3737

3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
39-
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
39+
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
4040
testImplementation 'junit:junit:4.12'
4141
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4242
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.1.2'
11+
classpath 'com.android.tools.build:gradle:3.1.4'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1313

1414
// NOTE: Do not place your application dependencies here; they belong

madlocationmanager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88

99
android {
1010
compileSdkVersion 26
11-
buildToolsVersion "${supportLibraryVersion}"
11+
buildToolsVersion '27.0.3'
1212
defaultConfig {
1313
minSdkVersion 18
1414
targetSdkVersion 26

0 commit comments

Comments
 (0)