feat: replace mobile shell with native Android app

This commit is contained in:
Hermes Agent
2026-07-09 05:14:14 +00:00
parent d4e841a28c
commit 68fe7b81d2
15 changed files with 692 additions and 208 deletions
+17 -4
View File
@@ -1,5 +1,18 @@
include ':app'
include ':capacitor-cordova-android-plugins'
project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/')
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
apply from: 'capacitor.settings.gradle'
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'Hermes Mobile'
include ':app'