-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prepare release 1.19.0 * update version of sample app --------- Co-authored-by: Wenxi Zeng <[email protected]>
- Loading branch information
1 parent
cff1a1c
commit d6ab914
Showing
3 changed files
with
4 additions
and
4 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.18.2" | ||
const val LIBRARY_VERSION = "1.19.0" | ||
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
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