From 9d38db97bd23f5a3c7ea2a3e711402e4a9f78551 Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Thu, 19 Sep 2024 09:28:32 -0700 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 756ef5e81..5a54fa52a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Android NDK Samples -[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions) - This repository contains sample apps that use the [Android NDK]. For an explanation of the layout of this repository, see @@ -9,6 +7,8 @@ For an explanation of the layout of this repository, see ## Build and run +[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions) + 1. Clone the repository 2. Open the whole project in Android Studio 3. Select the sample you want to run in the top bar (you may need to sync gradle