Skip to content

Commit 51c3731

Browse files
committed
Fix syntax.
1 parent ca509bc commit 51c3731

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android-interop-testing/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
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"/>
10-
<uses-sdk android:minSdkVersion="21"/>
9+
<uses-sdk tools:overrideLibrary="io.grpc.android" android:minSdkVersion="21"/>
1110

1211
<application
1312
android:allowBackup="true"

0 commit comments

Comments
 (0)