Skip to content

Commit 8b7f630

Browse files
authored
Align targetSdk to 34 in AndroidTestConventionPlugin.kt
Initial update was applied in #814
1 parent b2a74ba commit 8b7f630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/convention/src/main/kotlin/AndroidTestConventionPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ class AndroidTestConventionPlugin : Plugin<Project> {
3131

3232
extensions.configure<TestExtension> {
3333
configureKotlinAndroid(this)
34-
defaultConfig.targetSdk = 31
34+
defaultConfig.targetSdk = 34
3535
configureGradleManagedDevices(this)
3636
}
3737
}
3838
}
3939

40-
}
40+
}

0 commit comments

Comments
 (0)