Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
  • Loading branch information
elpiel committed Oct 25, 2024
1 parent 8fc051b commit 9baf392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Prerequisite:
- Android NDK `27.2.12479018`
- The Linkers bin path needs to be added to your `$PATH` env. variable

E.g.: `$ANDROID_HOME/ndk/$NDK_VERSION/toolchains/llvm/prebuilt/linux-x86_64/bin` (where ANDROID_HOME is installation folder for Android studio and NDK_VERSION is an env. variable set to `27.2.12479018`)
or `/path-to-extracted-archive/toolchains/llvm/prebuilt/linux-x86_64/bin`
- **Updating:** Needs to be updated in both `.cargo/config.toml` for the
`stremio-core-kotlin` build and the [`.github/workflows/release.yml`](.github/workflows/release.yml)
E.g.: `$ANDROID_HOME/ndk/$NDK_VERSION/toolchains/llvm/prebuilt/linux-x86_64/bin` (where ANDROID_HOME is installation folder for Android studio and `NDK_VERSION` is an env. variable set to `27.2.12479018`)

- **Updating:** Needs to be updated in `.cargo/config.toml` for the
`stremio-core-kotlin` build, the [`.github/workflows/release.yml`](.github/workflows/release.yml) and [`build.gradle.kts`](build.gradle.kts)

## Using the kotlin library

Expand Down

0 comments on commit 9baf392

Please sign in to comment.