Skip to content

Commit

Permalink
Remove specific version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Jul 22, 2021
1 parent 06ec23e commit 855ea84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 855ea84

Please sign in to comment.