Skip to content

Commit

Permalink
Lint issue with API23 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Aug 24, 2015
1 parent 6109777 commit 00165f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

<uses-permission android:name="android.permission.INTERNET"/>

<application/>

</manifest>
1 change: 1 addition & 0 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<application
android:name=".SampleApplication"
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
Expand Down

0 comments on commit 00165f4

Please sign in to comment.