Skip to content

Commit 1643259

Browse files
committed
More fixes
1 parent cafb8a7 commit 1643259

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
val androidBuild = property("androidBuild").toString().toBoolean()
1010

1111
android {
12-
compileSdk = 36
12+
compileSdk = 35
1313

1414
namespace = "okhttp.android.test"
1515

@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
testOptions {
43-
targetSdk = 36
43+
targetSdk = 34
4444
unitTests.isIncludeAndroidResources = true
4545
}
4646

okhttp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if (platform == "jdk8alpn") {
187187
}
188188

189189
android {
190-
compileSdk = 36
190+
compileSdk = 35
191191

192192
namespace = "okhttp.okhttp3"
193193

regression-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ plugins {
44
}
55

66
android {
7-
compileSdk = 36
7+
compileSdk = 35
88

99
namespace = "okhttp.android.regression"
1010

1111
defaultConfig {
1212
minSdk = 21
13-
targetSdk = 36
13+
targetSdk = 34
1414

1515
// Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)