mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
8 lines
227 B
Text
8 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>
|