From 6e70907c03811cc263fe2bbf961c93407166a9b7 Mon Sep 17 00:00:00 2001 From: Jonathan Koren Date: Wed, 29 Mar 2023 11:32:28 -0700 Subject: [PATCH] Remove prerequisites Change-Id: I96f576b86caa3c8835ba4f81fa13a310514c161b --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a630234c..55696280 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,13 @@ This repo contains the following samples: - [SleepSampleKotlin](https://github.com/android/location-samples/tree/main/SleepSampleKotlin) (Kotlin) - Demonstrates use of the Sleep API to recognize a user's sleep activity. -Prerequisites --------------- - -- Android API Level >v9 -- Android Build Tools >v21 -- Google Support Repository - Getting Started --------------- These samples use the Gradle build system. To build a sample, use the "gradlew build" command or use "Import Project" in Android Studio. + Support -------