We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea94d65 commit 5b4a20eCopy full SHA for 5b4a20e
README.md
@@ -39,13 +39,13 @@ check the version [here](https://github.com/astrnt/qa-sdk-android/releases)
39
dimension "mode"
40
applicationIdSuffix ".betasdk"
41
buildConfigField "boolean", "BETA", "true"
42
- buildConfigField("String", "API_URL", '"http://beta.astrnt.co/api/v2/"')
+ buildConfigField("String", "API_URL", '"http://beta.astrnt.co/api/"')
43
buildConfigField ("int", "SDK_VERSION", "100")
44
}
45
live {
46
47
buildConfigField "boolean", "BETA", "false"
48
- buildConfigField("String", "API_URL", '"http://app.astrnt.co/api/v2/"')
+ buildConfigField("String", "API_URL", '"http://app.astrnt.co/api/"')
49
50
51
0 commit comments