Skip to content

Commit

Permalink
Fixing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Feb 27, 2017
1 parent d9dc2ae commit 6133fae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@

<application android:allowBackup="true" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"
android:name="examples.io.realm.securetokenandroidkeystore.MyApplication">
<activity android:name="examples.io.realm.securetokenandroidkeystore.MainActivity">
android:name="io.realm.examples.securetokenandroidkeystore.MyApplication">
<activity android:name="io.realm.examples.securetokenandroidkeystore.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

0 comments on commit 6133fae

Please sign in to comment.