File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugin/android-junit5/src/test/resources/test-projects Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ object Plugins {
1919 val android36x: Agp = Agp (" com.android.tools.build:gradle:3.6.4" )
2020 val android40x: Agp = Agp (" com.android.tools.build:gradle:4.0.2" )
2121 val android41x: Agp = Agp (" com.android.tools.build:gradle:4.1.2" , requiresGradle = " 6.5" )
22- val android42x: Agp = Agp (" com.android.tools.build:gradle:4.2.0-beta03 " , requiresGradle = " 6.7.1" )
23- val android70x: Agp = Agp (" com.android.tools.build:gradle:7.0.0-alpha05 " , requiresGradle = " 6.8" )
22+ val android42x: Agp = Agp (" com.android.tools.build:gradle:4.2.0-beta05 " , requiresGradle = " 6.7.1" )
23+ val android70x: Agp = Agp (" com.android.tools.build:gradle:7.0.0-alpha08 " , requiresGradle = " 6.8.2 " )
2424 val android: Agp = android35x
2525
2626 val supportedAndroidPlugins = listOf (
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ android {
110110 {% if atLeastAgp("4.2.0-beta01") %}
111111 // New Variant API for AGP 4.2 and above
112112 androidComponents {
113- beforeUnitTest (selector().withBuildType("{{ type }}")) { test ->
113+ beforeUnitTests (selector().withBuildType("{{ type }}")) { test ->
114114 test.enabled = false
115115 }
116116 }
You can’t perform that action at this time.
0 commit comments