From 855ea841a93bf304065e5152909983b1b85ffabb Mon Sep 17 00:00:00 2001 From: Don Turner Date: Thu, 22 Jul 2021 19:43:22 +0100 Subject: [PATCH] Remove specific version number --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 94bb5616f..4b290292e 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -11,10 +11,10 @@ or Oboe is distributed as a [prefab](https://github.com/google/prefab) package via [Google Maven](https://maven.google.com/web/index.html) (search for "oboe"). [Prefab support was added](https://android-developers.googleblog.com/2020/02/native-dependencies-in-android-studio-40.html) to [Android Studio 4.0](https://developer.android.com/studio) so you'll need to be using this version of Android Studio or above. -Add the oboe dependency to your app's `build.gradle` file. Replace "1.6.0" with the [latest stable version](https://github.com/google/oboe/releases/) of Oboe: +Add the oboe dependency to your app's `build.gradle` file. Replace "X.X.X" with the [latest stable version](https://github.com/google/oboe/releases/) of Oboe: dependencies { - implementation 'com.google.oboe:oboe:1.6.0' + implementation 'com.google.oboe:oboe:X.X.X' } Also enable prefab by adding: