1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-04 01:36:28 +02:00
MLEM/AndroidTests/Properties/AndroidManifest.xml

5 lines
268 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="AndroidTests" android:versionCode="1" android:versionName="1.0">
<uses-sdk />
<application android:label="AndroidTests"></application>
</manifest>