Skip to content

Commit

Permalink
Add minSdkVersion to Lint AndroidManifest.xml
Browse files Browse the repository at this point in the history
Otherwise implicit merged permissions show up in users
AndroidManifest.

Fixes #1864

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=313641991
  • Loading branch information
danysantiago authored and netdpb committed Jun 1, 2020
1 parent 4526e2c commit 46340fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/dagger/lint/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dagger.lint">
<uses-sdk android:minSdkVersion="14" />
</manifest>

0 comments on commit 46340fc

Please sign in to comment.