blob: 43b74c1f16b783ea9924b3e7bccc8e28aa4714e9 (
plain)
1
2
3
4
5
6
7
8
|
<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>
|