aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
blob: 28d28168883fb6868d9f5301ea0cad8cb03d8086 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="org.whispersystems.libaxolotl"
          android:versionCode="1"
          android:versionName="0.1">
    <application />
</manifest>