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:
parent
e60a36b786
commit
c4d472cab7
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
namespace = "okhttp.android.testapp"
|
||||
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
||||
val androidBuild = property("androidBuild").toString().toBoolean()
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
namespace = "okhttp.android.test"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -189,7 +189,7 @@ if (platform == "jdk8alpn") {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
namespace = "okhttp.okhttp3"
|
||||
|
||||
|
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
namespace = "okhttp.android.regression"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user