Skip to content

Commit

Permalink
Add Internet permission to Android test app
Browse files Browse the repository at this point in the history
Looks like it maybe got removed somehow?
  • Loading branch information
borrrden committed Sep 24, 2019
1 parent 9349670 commit 780bf2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="Couchbase.Lite.Tests.Android" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="CBLUnit" android:icon="@drawable/Icon"></application>
</manifest>

0 comments on commit 780bf2a

Please sign in to comment.