Skip to content

Commit

Permalink
Silence the min SDK android bazel warning.
Browse files Browse the repository at this point in the history
I.e.: `AndroidManifest.xml has no minSdkVersion. Using 1.`
  • Loading branch information
pmuetschard committed Oct 16, 2018
1 parent 3df2e55 commit 3ce54c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/build/rules/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.gapid.gapii">

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="26" />

</manifest>

0 comments on commit 3ce54c6

Please sign in to comment.