File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22apply plugin : ' jacoco'
3- apply plugin : ' org.neotech.library .rootcoverage'
3+ apply plugin : ' org.neotech.plugin .rootcoverage'
44
55buildscript {
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 }
You can’t perform that action at this time.
0 commit comments