File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929 sourceCompatibility JavaVersion . VERSION_1_8
3030 targetCompatibility JavaVersion . VERSION_1_8
3131 }
32- compileSdkVersion 35
32+ compileSdkVersion 34
3333
3434 defaultConfig {
3535 applicationId " io.grpc.android.integrationtest"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 sourceCompatibility JavaVersion . VERSION_1_8
1313 targetCompatibility JavaVersion . VERSION_1_8
1414 }
15- compileSdkVersion 35
15+ compileSdkVersion 34
1616 defaultConfig {
1717 minSdkVersion 23
1818 targetSdkVersion 33
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = 'gRPC BinderChannel'
77
88android {
99 namespace = ' io.grpc.binder'
10- compileSdkVersion 35
10+ compileSdkVersion 34
1111 compileOptions {
1212 sourceCompatibility 1.8
1313 targetCompatibility 1.8
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313android {
1414 namespace = ' io.grpc.cronet'
15- compileSdkVersion 35
15+ compileSdkVersion 33
1616 defaultConfig {
1717 minSdkVersion 23
1818 targetSdkVersion 33
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 sourceCompatibility JavaVersion . VERSION_1_8
77 targetCompatibility JavaVersion . VERSION_1_8
88 }
9- compileSdkVersion 35
9+ compileSdkVersion 34
1010
1111 defaultConfig {
1212 applicationId " io.grpc.clientcacheexample"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 sourceCompatibility JavaVersion . VERSION_1_8
77 targetCompatibility JavaVersion . VERSION_1_8
88 }
9- compileSdkVersion 35
9+ compileSdkVersion 34
1010
1111 defaultConfig {
1212 applicationId " io.grpc.helloworldexample"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 sourceCompatibility JavaVersion . VERSION_1_8
77 targetCompatibility JavaVersion . VERSION_1_8
88 }
9- compileSdkVersion 35
9+ compileSdkVersion 34
1010
1111 defaultConfig {
1212 applicationId " io.grpc.routeguideexample"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 sourceCompatibility JavaVersion . VERSION_1_8
77 targetCompatibility JavaVersion . VERSION_1_8
88 }
9- compileSdkVersion 35
9+ compileSdkVersion 34
1010
1111 defaultConfig {
1212 applicationId " io.grpc.strictmodehelloworldexample"
Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ android-annotations = "com.google.android:annotations:4.1.1.4"
66# 1.9.1+ uses Kotlin and requires Android Gradle Plugin 9+
77# checkForUpdates: androidx-annotation:1.9.0
88androidx-annotation = " androidx.annotation:annotation:1.9.0"
9+ # 1.14.x doesn't exist.
10+ # 1.15.0+ requires compileSdkVersion 35 which officially requires AGP 8.6.0+.
11+ # It might work before then, but AGP 7.4.1 fails with:
12+ # RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
913# 1.16.0+ requires AGP 8.6.0+
10- # checkForUpdates: androidx-core:1.15 .+
11- androidx-core = " androidx.core:core:1.15.0 "
14+ # checkForUpdates: androidx-core:1.13 .+
15+ androidx-core = " androidx.core:core:1.13.1 "
1216# 2.9+ requires AGP 8.1.1+
1317# checkForUpdates: androidx-lifecycle-common:2.8.+
1418androidx-lifecycle-common = " androidx.lifecycle:lifecycle-common:2.8.7"
You can’t perform that action at this time.
0 commit comments