Skip to content

Commit 3756e3e

Browse files
authored
Merge pull request #832 from SimonMarquis/patch-2
Align `targetSdk` to 34 in `AndroidTestConventionPlugin.kt`
2 parents 52c5b88 + e257f2c commit 3756e3e

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)