File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugin/src/test/kotlin/org/neotech/plugin/rootcoverage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
minSdk : 19 ,
4
4
targetSdk : 29 ,
5
5
compileSdk : 29 ,
6
- kotlin : " 1.3.61 "
6
+ kotlin : " 1.3.72 "
7
7
]
8
8
projectDependency = [
9
9
10
10
// Gradle Plugins
11
11
kotlinPlugin : " org.jetbrains.kotlin:kotlin-gradle-plugin:${ projectVersion.kotlin} " ,
12
- androidGradlePlugin : " com.android.tools.build:gradle:3.6.1 " ,
12
+ androidGradlePlugin : " com.android.tools.build:gradle:4.0.0 " ,
13
13
14
14
// Dependencies
15
15
kotlinStdlibJdk7 : " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ projectVersion.kotlin} " ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class IntegrationTest(
60
60
61
61
val testFixtures = File (" src/test/test-fixtures" ).listFiles()?.filter { it.isDirectory }
62
62
? : error(" Could not list test fixture directories" )
63
- val gradleVersions = arrayOf(" 5.6.4 " , " 6.1 .1" , " 6.2.1 " )
63
+ val gradleVersions = arrayOf(" 6.1.1 " , " 6.2 .1" , " 6.5 " )
64
64
return testFixtures.flatMap { file ->
65
65
gradleVersions.map { gradleVersion ->
66
66
arrayOf(" ${file.name} -$gradleVersion " , file, gradleVersion)
You can’t perform that action at this time.
0 commit comments