Skip to content

Commit ca509bc

Browse files
committed
Try minsdk 21 in build.gradle like before (instead of just in AndroidManifest.xml)
1 parent a69f514 commit ca509bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android-interop-testing/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ android {
3333

3434
defaultConfig {
3535
applicationId "io.grpc.android.integrationtest"
36+
minSdkVersion 21
3637
targetSdkVersion 33
3738
versionCode 1
3839
versionName "1.0"

0 commit comments

Comments
 (0)