Commit Graph

16 Commits

Author SHA1 Message Date
dependabot[bot] 70b298426c Bump ktor from 3.0.1 to 3.1.2
Bumps `ktor` from 3.0.1 to 3.1.2.

Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

Updates `io.ktor:ktor-client-darwin` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

Updates `io.ktor:ktor-client-okhttp` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

Updates `io.ktor:ktor-client-js` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.1.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-darwin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 03:08:01 +00:00
melod1n 885ed5a018 voyager -> androidx.compose.navigation 2025-03-30 04:32:29 +03:00
melod1n 25da43cfba lib updates 2025-03-30 03:47:44 +03:00
melod1n 79dddec48b chore: libs update
fix for wasm
2025-01-11 07:25:50 +03:00
dependabot[bot] cc04cf41f5 Bump coil from 3.0.0-alpha09 to 3.0.4 (#8) 2024-12-14 10:30:33 +00:00
dependabot[bot] 0717efa1e1 Bump kstore from 0.8.0 to 0.9.1 (#10) 2024-12-14 10:23:29 +00:00
dependabot[bot] f7695e0a3e Bump kotlinx-coroutines from 1.9.0-RC to 1.9.0 (#4) 2024-12-14 10:21:35 +00:00
melod1n 16418ed72c remove usage of non-js library 2024-08-08 13:50:05 +03:00
melod1n efe4536ebf simple ktor-client implementation 2024-08-08 13:03:17 +03:00
melod1n b83bec3a54 added wasm/js target 2024-08-05 06:42:41 +03:00
melod1n 68e6ec3e8f logging with Napier 2024-08-05 05:56:06 +03:00
melod1n e0543fd2bf saving & restoring settings with KStore 2024-08-05 05:41:22 +03:00
melod1n 3b65d44f2f simple screen with lazylist, pull-to-refresh and blur with Haze 2024-08-05 04:56:19 +03:00
melod1n 2c91f6bb62 simple login screen with simple viewmodel's logic 2024-08-05 02:52:58 +03:00
melod1n 471af18f5e simple navigation with Voyager 2024-08-05 02:11:03 +03:00
melod1n ddca42e38e Initial commit 2024-08-03 21:18:19 +03:00