Get rid of CTT

This commit is contained in:
Rahul Kumar Patel
2021-12-27 22:02:34 +05:30
parent ef855a6053
commit 26f5d4fd55
2 changed files with 1 additions and 2 deletions

View File

@@ -69,7 +69,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:targetApi="m">
<activity android:name=".view.ui.onboarding.OnboardingActivity"

View File

@@ -39,7 +39,7 @@ object Constants {
const val NOTIFICATION_CHANNEL_GENERAL = "NOTIFICATION_CHANNEL_GENERAL"
const val NOTIFICATION_CHANNEL_UPDATER_SERVICE = "NOTIFICATION_CHANNEL_UPDATER_SERVICE"
const val URL_DISPENSER = "http://goolag.store:1337/api/auth"
const val URL_DISPENSER = "https://auroraoss.com/api/auth"
//ACCOUNTS
const val ACCOUNT_SIGNED_IN = "ACCOUNT_SIGNED_IN"