Releases: DevCycleHQ/android-client-sdk
Releases · DevCycleHQ/android-client-sdk
v2.1.1
v2.1.0
Bug Fixes
- fix: Update minSdk version to 23 by @kaushalkapasi in #194
Other Changes
- chore: update DevCycle Release prepare release to latest (v2.3.0) by @kaushalkapasi in #195
Uncategorized
v2.0.7
v2.0.6
Features
- feat: apiProxyUrl and eventsApiProxyUrl options by @elliotCamblor in #189
Uncategorized
- chore(deps): bump gradle/gradle-build-action from 2 to 3 by @dependabot[bot] in #186
- chore(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.0 to 2.2.21 by @dependabot[bot] in #188
- chore(deps): bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0 by @dependabot[bot] in #190
v2.0.5
v2.0.4
Bug Fixes
- fix: ResetUser will now produce an anon user with appVersion by @elliotCamblor in #179
Uncategorized
v2.0.3
Bug Fixes
Uncategorized
- chore: dependabot by @JamieSinn in #167
- chore(deps): Bump actions/checkout from 1 to 4 by @dependabot[bot] in #168
v2.0.2
v2.0.1
Features
- feat: Android release structure to maven central by @JamieSinn in #161
Bug Fixes
- fix: Bump Java Version by @JamieSinn in #162
Build System / CI
- ci: explicitly trigger signing during release publishing by @chris-hoefgen in #164
- ci: Revert version changes from failed release by @chris-hoefgen in #165
Uncategorized
- chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #163
2.0.0 Release
What's Changed
- feat!: DVC-8021 rename public interfaces from DVC to DevCycle by @jonathannorris in #160
- External interfaces changed to use
DevCycle
overDVC
. For example:DVCClient
->DevCycleClient
,DVCUser
->DevCycleUser
. Old interfaces are marked as deprecatedtypealiases
for Kotlin apps, Java apps will need to update to the new interfaces.
- External interfaces changed to use
Full Changelog: 1.8.0...2.0.0