change manefes and assets

This commit is contained in:
Peter Maquiran
2022-12-27 12:17:57 +01:00
parent d0b4897c9e
commit 0fe4983db7
39 changed files with 361 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.app.testapp">
package="com.gpr.gabinetedigital">
<application
android:allowBackup="true"
@@ -12,7 +12,7 @@
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="com.capacitorjs.app.testapp.MainActivity"
android:name="com.gpr.gabinetedigital.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">