gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: Add package name for cashie


From: gnunet
Subject: [taler-taler-android] branch master updated: Add package name for cashier and merchant-terminal as well
Date: Wed, 06 Jul 2022 14:52:49 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new d9e76c3  Add package name for cashier and merchant-terminal as well
d9e76c3 is described below

commit d9e76c336d79911d6a8205c2682b8ebcf2f8df60
Author: Torsten Grote <t@grobox.de>
AuthorDate: Wed Jul 6 09:52:44 2022 -0300

    Add package name for cashier and merchant-terminal as well
    
    should fix nightly builds
---
 cashier/src/main/AndroidManifest.xml           | 3 ++-
 merchant-terminal/src/main/AndroidManifest.xml | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cashier/src/main/AndroidManifest.xml 
b/cashier/src/main/AndroidManifest.xml
index 2947e83..dec5940 100644
--- a/cashier/src/main/AndroidManifest.xml
+++ b/cashier/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android";
-    xmlns:tools="http://schemas.android.com/tools";>
+    xmlns:tools="http://schemas.android.com/tools";
+    package="net.taler.cashier">
 
     <uses-permission android:name="android.permission.INTERNET" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
diff --git a/merchant-terminal/src/main/AndroidManifest.xml 
b/merchant-terminal/src/main/AndroidManifest.xml
index f7b4929..0c814e7 100644
--- a/merchant-terminal/src/main/AndroidManifest.xml
+++ b/merchant-terminal/src/main/AndroidManifest.xml
@@ -15,7 +15,8 @@
   -->
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android";
-    xmlns:tools="http://schemas.android.com/tools";>
+    xmlns:tools="http://schemas.android.com/tools";
+    package="net.taler.merchantpos">
 
     <uses-permission android:name="android.permission.NFC" />
 
@@ -38,8 +39,8 @@
         tools:ignore="GoogleAppIndexingWarning">
         <activity
             android:name=".MainActivity"
-            android:label="@string/app_name"
             android:exported="true"
+            android:label="@string/app_name"
             android:screenOrientation="landscape"
             android:theme="@style/AppTheme.NoActionBar"
             tools:ignore="LockedOrientationActivity">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]