fix back button on android app

This commit is contained in:
Esteban Abaroa
2023-08-22 01:14:04 +00:00
parent 448d4c93a7
commit 583cce92bf
6 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-app')
}
@@ -1 +1,6 @@
[]
[
{
"pkg": "@capacitor/app",
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
}
]