Skip to content

Commit f04652e

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 3a4ff15 + dcbf6a5 commit f04652e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
3838

3939
extensions.configure<LibraryExtension> {
4040
configureKotlinAndroid(this)
41-
defaultConfig.targetSdk = 33
41+
defaultConfig.targetSdk = 34
4242
configureFlavors(this)
4343
configureGradleManagedDevices(this)
4444
}

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal fun Project.configureKotlinAndroid(
3333
commonExtension: CommonExtension<*, *, *, *>,
3434
) {
3535
commonExtension.apply {
36-
compileSdk = 33
36+
compileSdk = 34
3737

3838
defaultConfig {
3939
minSdk = 21

0 commit comments

Comments
 (0)