Skip to content

Commit 0efd089

Browse files
committed
Updated to Android Gradle Plugin version 3.2.1 + small plugin package/artifact name fixes.
1 parent f00034a commit 0efd089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
apply plugin: 'jacoco'
3-
apply plugin: 'org.neotech.library.rootcoverage'
3+
apply plugin: 'org.neotech.plugin.rootcoverage'
44

55
buildscript {
66
ext.versions = [
77
minSdk: 21,
88
targetSdk: 28,
99
compileSdk: 28,
1010
kotlin: "1.2.71",
11-
gradlePlugin: "3.1.4"
11+
gradlePlugin: "3.2.1"
1212
]
1313
ext.deps = [
1414
kotlinPlugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}",
@@ -33,7 +33,7 @@ buildscript {
3333
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3434
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
3535

36-
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.0.0-SNAPSHOT'
36+
classpath 'org.neotech.plugin:android-root-coverage-plugin:0.0.1-dev'
3737
// NOTE: Do not place your application dependencies here; they belong
3838
// in the individual module build.gradle files
3939
}

0 commit comments

Comments
 (0)