Skip to content

Commit 9d38db9

Browse files
tjohnsDanAlbert
authored andcommitted
Move build status badge in README
Move build status badge down into the "Build and Run" section to avoid it being pulled in as part of the repository description by automation. Bug: 350055171
1 parent bc535ee commit 9d38db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Android NDK Samples
22

3-
[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions)
4-
53
This repository contains sample apps that use the [Android NDK].
64

75
For an explanation of the layout of this repository, see
86
[ARCHITECTURE.md](ARCHITECTURE.md).
97

108
## Build and run
119

10+
[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions)
11+
1212
1. Clone the repository
1313
2. Open the whole project in Android Studio
1414
3. Select the sample you want to run in the top bar (you may need to sync gradle

0 commit comments

Comments
 (0)