blob: 562f92a73af3574b82186b7abf91927fe8049e4c (
plain)
1
2
3
4
5
6
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application android:icon="@mipmap/ic_launcher"
android:label="Devmole VPN"
tools:replace="android:label" />
</manifest>
|