[Gradle] Update AGP 8.2 version in tests

ExternalAndroidTargetIT: Update to AGP 8.2.0-alpha13

^KT-56178 In Progress
This commit is contained in:
Yahor Berdnikau
2023-07-20 10:01:11 +02:00
committed by Space Team
parent 2dacb6e816
commit 7c563d8484
3 changed files with 2 additions and 9 deletions
@@ -75,15 +75,8 @@ class ExternalAndroidTargetIT : KGPBaseTest() {
dependsOnDependency(":/commonTest"),
binaryCoordinates("junit:junit:4.13.2"),
binaryCoordinates("org.hamcrest:hamcrest-core:1.3"),
/*
Actually the idiomatic expectation would be two friendSourceDependencies being sent instead of the
projectArtifactDependency below.
friendSourceDependency(":/commonMain"),
friendSourceDependency(":/androidMain"),
*/
projectArtifactDependency(Regular, ":", FilePathRegex(".*/androidMain/full.jar"))
)
}
}
@@ -48,7 +48,7 @@ interface TestVersions {
const val AGP_74 = "7.4.2"
const val AGP_80 = "8.0.2"
const val AGP_81 = "8.1.0-rc01"
const val AGP_82 = "8.2.0-alpha09" // -alpha10 fails ExternalAndroidTargetIT test
const val AGP_82 = "8.2.0-alpha13"
const val MIN_SUPPORTED = AGP_42 // KotlinAndroidPlugin.minimalSupportedAgpVersion
const val MAX_SUPPORTED = AGP_81 // Update once Gradle MAX_SUPPORTED version will be bumped
@@ -13,7 +13,7 @@ kotlin {
linuxX64()
linuxArm64()
androidExperimental {
androidLibrary {
compileSdk = 33
namespace = "org.jetbrains.sample"