Android branch testing
Run Tests on Branches / Backend Tests (push) Successful in 3m31s
Run Tests on Branches / Frontend Tests (push) Successful in 3m26s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-01 16:44:48 +02:00
parent 1255bda9c7
commit d935db4b3e
21 changed files with 169 additions and 68 deletions
@@ -1,4 +1,4 @@
package net.hacecalor.farmafinder;
package net.hacecalor.farmaclic;
import com.getcapacitor.BridgeActivity;
+4 -4
View File
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">FarmaFinder</string>
<string name="title_activity_main">FarmaFinder</string>
<string name="package_name">net.hacecalor.farmafinder</string>
<string name="custom_url_scheme">net.hacecalor.farmafinder</string>
<string name="app_name">FarmaClic</string>
<string name="title_activity_main">FarmaClic</string>
<string name="package_name">net.hacecalor.farmaclic</string>
<string name="custom_url_scheme">net.hacecalor.farmaclic</string>
</resources>