Skip to content

Commit

Permalink
Fix badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed May 13, 2023
1 parent 16a3ce2 commit 49a2ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cargo-ndk - Build Rust code for Android

![CI](https://github.com/bbqsrc/cargo-ndk/actions/workflows/ci.yml/badge.svg)
![Minimum supported Rust version: 1.68](https://img.shields.io/badge/MSRV-1.68-informational)
[<img alt="CI" src="https://github.com/bbqsrc/cargo-ndk/actions/workflows/ci.yml/badge.svg">](https://github.com/bbqsrc/cargo-ndk/actions)
<img alt="Minimum supported Rust version: 1.68" src="https://img.shields.io/badge/MSRV-1.68-informational">

This cargo extension handles all the environment configuration needed for successfully building libraries
for Android from a Rust codebase, with support for generating the correct `jniLibs` directory structure.
Expand Down

0 comments on commit 49a2ef3

Please sign in to comment.