Skip to content

Commit aac847d

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Increment compile and target SDK for gradle tests to 36
PiperOrigin-RevId: 789777754
1 parent 68dec77 commit aac847d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle-tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
1111

1212
ext {
1313
minSdk = 23
14-
targetSdk = 34
15-
compileSdk = 34
14+
targetSdk = 36
15+
compileSdk = 36
1616
emulatorApi = 33
1717
}

0 commit comments

Comments
 (0)