0.0.2
Breaking changes
We are moving away from JitPack.io/GitHub Artifacts to Maven Central.
Please remove your JitPack/GitHub Artifacts repository and use the Maven Central repository instead.
The maven coordiates also changed with that.
repositories {
- maven(url = "https://ghpkgs.cloud/ioki-mobility/kmp-lokalise-api")
- maven(url = "https://jitpack.io")
+ mavenCentral()
}
dependencies {
- implementation("com.github.ioki-mobility.kmp-lokalise-api:lokalise-api:<version>")
+ implementation("com.ioki:lokalise-api:<latest-version>")
}
What's Changed
- Bump ktor from 2.3.5 to 2.3.6 by @dependabot in #30
- Bump kotlin from 1.9.10 to 1.9.20 by @dependabot in #25
- Enable always all supported targets by @StefMa in #31
- Add Gradle caching to CI by @StefMa in #32
- Add
dokkaHtml
jar file to publications by @StefMa in #34 - Adjust POM file when publishing by @StefMa in #36
- Add sonartype repositories by @StefMa in #38
- Sign publications by @StefMa in #39
Full Changelog: 0.0.1...0.0.2