Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package io.qonversion.nocodes.internal.common

internal const val API_URL = "https://api.qonversion.io/"
internal const val API_URL = "https://api2.qonversion.io/"

internal const val PLATFORM = "android"
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ internal class InternalConfig(
val isAnalyticsMode get() = primaryConfig.launchMode == QLaunchMode.Analytics

companion object {
private const val BASE_URL = "https://api.qonversion.io/"
private const val BASE_URL = "https://api2.qonversion.io/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.junit.jupiter.api.Test

internal class ApiHelperTest {

private val apiUrl = "https://api.qonversion.io/"
private val apiUrl = "https://api2.qonversion.io/"
private lateinit var apiHelper: ApiHelper

@BeforeEach
Expand Down