1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-02 00:46:35 +02:00
MLEM/AndroidTests/Properties/AndroidManifest.xml
2019-08-31 22:35:41 +02:00

5 lines
268 B
XML

<?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>