File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99val androidBuild = property(" androidBuild" ).toString().toBoolean()
1010
1111android {
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
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ if (platform == "jdk8alpn") {
187187}
188188
189189android {
190- compileSdk = 36
190+ compileSdk = 35
191191
192192 namespace = " okhttp.okhttp3"
193193
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ plugins {
44}
55
66android {
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"
You can’t perform that action at this time.
0 commit comments