1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Update dependency androidx.activity:activity-ktx to v1.10.1 (#8654)

* Update dependency androidx.activity:activity-ktx to v1.10.1

* compileSdk 35

* Update build.gradle.kts

* compileeeeeeeeeee

* Update build.gradle.kts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
This commit is contained in:
renovate[bot] 2025-03-17 11:11:24 -04:00 committed by GitHub
parent e60a36b786
commit c4d472cab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
android {
compileSdk = 34
compileSdk = 35
namespace = "okhttp.android.testapp"

View File

@ -9,7 +9,7 @@ plugins {
val androidBuild = property("androidBuild").toString().toBoolean()
android {
compileSdk = 34
compileSdk = 35
namespace = "okhttp.android.test"

View File

@ -21,7 +21,7 @@ testcontainers = "1.20.6"
[libraries]
amazonCorretto = "software.amazon.cryptools:AmazonCorrettoCryptoProvider:2.5.0"
androidx-activity = "androidx.activity:activity-ktx:1.9.3"
androidx-activity = "androidx.activity:activity-ktx:1.10.1"
androidx-annotation = "androidx.annotation:annotation:1.9.1"
androidx-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
androidx-junit = "androidx.test.ext:junit:1.2.1"

View File

@ -189,7 +189,7 @@ if (platform == "jdk8alpn") {
}
android {
compileSdk = 34
compileSdk = 35
namespace = "okhttp.okhttp3"

View File

@ -4,7 +4,7 @@ plugins {
}
android {
compileSdk = 34
compileSdk = 35
namespace = "okhttp.android.regression"