Migration & updates
Semantic versioning
SDK follows semantic versioning: MAJOR.MINOR.PATCH
- MAJOR: Breaking API changes
- MINOR: New features, backward compatible
- PATCH: Bug fixes, backward compatible
Current version: 0.01.00
Updating SDK version
Gradle (Android):
dependencies {
implementation("de.baltech:sdk-android:0.01.00") // Update version here
}
iOS: Replace XCFramework with new version
Breaking changes policy
Breaking changes will be documented in release notes with migration guide.
Check compatibility before upgrading major versions.