mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-27 02:07:42 +00:00
8 lines
256 B
XML
8 lines
256 B
XML
|
<manifest
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="network.loki.messenger">
|
||
|
<application>
|
||
|
<uses-library android:name="android.test.runner"
|
||
|
android:required="false" />
|
||
|
</application>
|
||
|
</manifest>
|