5c5b35f9e2
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
8 lines
215 B
Kotlin
8 lines
215 B
Kotlin
package pt.whatsms.gateway.helpers
|
|
|
|
import pt.whatsms.gateway.BuildConfig
|
|
|
|
object BuildHelper {
|
|
val isInsecureVersion =
|
|
BuildConfig.BUILD_TYPE == "insecure" || BuildConfig.BUILD_TYPE == "debugInsecure"
|
|
} |