mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-29 04:18:38 +03:00
7 lines
227 B
Text
7 lines
227 B
Text
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity android:name="${packageName}.${activityClass}" />
|
|
</application>
|
|
</manifest>
|