-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Wenxi Zeng <[email protected]>
- Loading branch information
1 parent
c308c69
commit 681920d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package com.segment.analytics.kotlin.core | ||
|
||
object Constants { | ||
const val LIBRARY_VERSION = "1.16.3" | ||
const val LIBRARY_VERSION = "1.16.4" | ||
const val DEFAULT_API_HOST = "api.segment.io/v1" | ||
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters