Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/move stremio core kotlin to own crate #56

Merged
merged 5 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(kotlin): library name typo, Cargo.lock and rustfmt
Signed-off-by: Lachezar Lechev <[email protected]>
elpiel committed Oct 29, 2024
commit 422cbb7ae9c71d9b11e6c246e8c2bb327badf370
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release stremio-core-android
name: Release stremio-core-kotlin

on:
release:
@@ -55,7 +55,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "stremoi-core-kotlin/*.tar.gz"
file: "stremio-core-kotlin/*.tar.gz"
tag: ${{ github.ref }}
overwrite: true
file_glob: true
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stremio-core-kotlin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ kotlin = [
]

[lib]
name = "stremio-core-android"
name = "stremio_core_android"
path = "src/commonMain/rust/lib.rs"

[dependencies]
1 change: 0 additions & 1 deletion stremio-core-kotlin/src/commonMain/rust/lib.rs
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ pub mod model {
// model is only available when the feature is enabled
// because of the `AndroidEnv` impl
mod model;

}
#[allow(clippy::all)]
/// Protobuf generated module