Skip to content

Commit bd9807b

Browse files
authored
commons-app#3676 Update Gradle Plugin - bump version (commons-app#3677)
1 parent 81e12a9 commit bd9807b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
maven { url "https://plugins.gradle.org/m2/" }
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.2'
10+
classpath 'com.android.tools.build:gradle:3.6.3'
1111
classpath "com.hiya:jacoco-android:0.2"
1212
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"

data-client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath "com.android.tools.build:gradle:3.4.1"
8+
classpath 'com.android.tools.build:gradle:3.6.3'
99
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}

0 commit comments

Comments
 (0)