diff --git a/README.md b/README.md index 9d86f051..1bb2e7a0 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,17 @@ implementation 'com.freeletics.flowredux:compose:' implementation 'com.freeletics.flowredux:flowredux:' ``` -### JavaScript -No javascript version released yet but it is on our roadmap. +FlowRedux is supported on: + +- JVM / Android +- iOS +- watchOS +- tvOS +- macOS +- Linux +- Windows + +We do plan to add support for JavaScript but it’s not available yet. ### Snapshot Latest snapshot (directly published from `main` branch from CI on each change): @@ -134,5 +143,5 @@ allprojects { Then just use `-SNAPSHOT`suffix as version name like ```groovy -implementation 'com.freeletics.flowredux:flowredux:1.0.3-SNAPSHOT' +implementation 'com.freeletics.flowredux:flowredux:1.1.1-SNAPSHOT' ``` diff --git a/docs/multiplatform.md b/docs/multiplatform.md deleted file mode 100644 index b2e231b4..00000000 --- a/docs/multiplatform.md +++ /dev/null @@ -1,13 +0,0 @@ -# Multiplatform - -FlowRedux is supported on: - -- JVM / Android -- iOS -- watchOS -- tvOS -- macOS -- Linux -- Windows - -We do plan to add support for JavaScript but it's not available yet.