Skip to content

0.0.2

Compare
Choose a tag to compare
@StefMa StefMa released this 01 Dec 08:56
· 57 commits to main since this release

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

Full Changelog: 0.0.1...0.0.2