mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
5 lines
268 B
XML
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>
|