Skip to content

Commit

Permalink
Update package name in Android Manifest files.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianjsullivan committed Jan 25, 2016
1 parent a63c78b commit f57ffd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rxp-hpp-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.realex.hppmanager">
package="com.realexpayments.hpp">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
2 changes: 1 addition & 1 deletion rxp-remote-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.realex.realexremote">
package="com.realexpayments.remote">

<application android:allowBackup="true">

Expand Down

0 comments on commit f57ffd6

Please sign in to comment.