Skip to content

Commit

Permalink
Merge pull request #107 from ergoplatform/i106-rename-android-folder
Browse files Browse the repository at this point in the history
rename bindings/ergo-lib-android to bindings/ergo-lib-jni;
  • Loading branch information
greenhat committed Oct 7, 2020
2 parents b930949 + 952a863 commit 21abae4
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: cd ./bindings/ergo-lib-android && ./gradlew connectedCheck
script: cd ./bindings/ergo-lib-jni && ./gradlew connectedCheck

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -5,7 +5,7 @@ members = [
"bindings/ergo-lib-wasm",
"bindings/ergo-lib-c-core",
"bindings/ergo-lib-c",
"bindings/ergo-lib-android",
"bindings/ergo-lib-jni",
]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Main crate with ErgoTree AST, interpreter, chain types (transactions, boxes, etc
Bindings:
- [ergo-lib-wasm](https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-wasm) [![Latest Version](https://img.shields.io/crates/v/ergo-lib-wasm.svg)](https://crates.io/crates/ergo-lib-wasm) [![Documentation](https://docs.rs/ergo-lib-wasm/badge.svg)](https://docs.rs/crate/ergo-lib-wasm) [![Latest version](https://img.shields.io/npm/v/ergo-lib-wasm)](https://www.npmjs.com/package/ergo-lib-wasm)
- [ergo-lib-ios](https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-ios)
- [ergo-lib-jni](https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-android) [![Latest Version](https://img.shields.io/crates/v/ergo-lib-jni.svg)](https://crates.io/crates/ergo-lib-jni) [![Documentation](https://docs.rs/ergo-lib-jni/badge.svg)](https://docs.rs/crate/ergo-lib-jni)
- [ergo-lib-jni](https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-jni) [![Latest Version](https://img.shields.io/crates/v/ergo-lib-jni.svg)](https://crates.io/crates/ergo-lib-jni) [![Documentation](https://docs.rs/ergo-lib-jni/badge.svg)](https://docs.rs/crate/ergo-lib-jni)
- [ergo-lib-c](https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-c) [![Latest Version](https://img.shields.io/crates/v/ergo-lib-c.svg)](https://crates.io/crates/ergo-lib-c) [![Documentation](https://docs.rs/ergo-lib-c/badge.svg)](https://docs.rs/crate/ergo-lib-c)

## Contributing
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 21abae4

Please sign in to comment.