File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ android {
3333
3434 defaultConfig {
3535 applicationId " io.grpc.android.integrationtest"
36- minSdkVersion 21
36+ // Held back to 20 as Gradle fails to build at the 21 level. This is
37+ // presumably a Gradle bug that can be revisited later.
38+ // Maybe this issue: https://github.com/gradle/gradle/issues/20778
39+ minSdkVersion 20
3740 targetSdkVersion 33
3841 versionCode 1
3942 versionName " 1.0"
Original file line number Diff line number Diff line change 66 <!-- For UDS -->
77 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
88 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
9- <uses-sdk tools : overrideLibrary =" io.grpc.android" android : minSdkVersion = " 21 " />
9+ <uses-sdk tools : overrideLibrary =" io.grpc.android" />
1010
1111 <application
1212 android : allowBackup =" true"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ protobuf = "3.25.5"
1010
1111[libraries ]
1212android-annotations = " com.google.android:annotations:4.1.1.4"
13- androidx-annotation = " androidx.annotation:annotation:1.9.1 "
13+ androidx-annotation = " androidx.annotation:annotation:1.9.0 "
1414androidx-core = " androidx.core:core:1.15.0"
1515androidx-lifecycle-common = " androidx.lifecycle:lifecycle-common:2.8.7"
1616androidx-lifecycle-service = " androidx.lifecycle:lifecycle-service:2.8.7"
You can’t perform that action at this time.
0 commit comments