mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-11 17:40:37 +01:00
8 lines
255 B
XML
8 lines
255 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="app.dapk.st.verification">
|
|
|
|
<application>
|
|
<activity android:name=".VerificationActivity" />
|
|
</application>
|
|
</manifest> |