Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manifest to remove warning #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update manifest to remove warning
Min SDK version is part of gradle file already resulting in warning
  • Loading branch information
vijmax authored Jul 26, 2019
commit 1559c82b6ffae1ded7a21adc480f7e32f40f3940
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
package="com.example.android.sampletvinput"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25"/>
Fleker marked this conversation as resolved.
Show resolved Hide resolved
<uses-sdk android:targetSdkVersion="25"/>

<!-- Required to play internet-based streaming contents. -->
<uses-permission android:name="android.permission.INTERNET" />