From aa43d960dc1292b210981c8c3fb22ee98d2fbc6a Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 18 Aug 2014 14:50:54 +0000
Subject: [PATCH] Revert AndroidManifest.xml package name change

Changing this requires changing the import path of the generated R file, which
will unnecessarily affect most of the code. R is built in a package based on
the AndroidManifest.xml package name, whereas the final app package name is
overridden in app/build.gradle for free and donate versions.
---
 app/src/main/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b1c0aac61..f71525cfd 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="net.i2p.android"
+    package="net.i2p.android.router"
     android:installLocation="auto"
     android:versionCode="4745216"
     android:versionName="0.9.13-0_b0-API9">
-- 
GitLab