incompatible package name on project solved

This commit is contained in:
Eudes Inácio
2022-12-22 12:32:56 +01:00
parent 3d48c723f5
commit 69242c4227
4 changed files with 15 additions and 20 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">