refactor: renomear package me.capcom.smsgateway → pt.whatsms.gateway
Build AAB — WhatSMS Gateway / build (push) Failing after 34s

- namespace, applicationId, todos os ficheiros .kt/.xml/.gradle actualizados
- directório me/capcom/smsgateway/ → pt/whatsms/gateway/
- zero referências a capcom no código fonte
This commit is contained in:
2026-04-24 18:28:08 +01:00
parent 1cb31d1615
commit 5c5b35f9e2
213 changed files with 822 additions and 822 deletions
+2 -2
View File
@@ -56,8 +56,8 @@
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="me.capcom.smsgateway.ACTION_SENT" />
<action android:name="me.capcom.smsgateway.ACTION_DELIVERED" />
<action android:name="pt.whatsms.gateway.ACTION_SENT" />
<action android:name="pt.whatsms.gateway.ACTION_DELIVERED" />
</intent-filter>
</receiver>
<receiver