Skip to content

Commit 3a4ff15

Browse files
author
Murat Yener
committed
Merge branch 'baseline-profile-api-change' of https://github.com/android/nowinandroid into baseline-profile-api-change
2 parents 93f9401 + a41e6c2 commit 3a4ff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
3333

3434
extensions.configure<ApplicationExtension> {
3535
configureKotlinAndroid(this)
36-
defaultConfig.targetSdk = 33
36+
defaultConfig.targetSdk = 34
3737
configureGradleManagedDevices(this)
3838
}
3939
extensions.configure<ApplicationAndroidComponentsExtension> {

0 commit comments

Comments
 (0)