From 2c05ec1ade7d25b6653355304b8245f4b484ae5c Mon Sep 17 00:00:00 2001 From: Joep-TH <104560827+Joep-TH@users.noreply.github.com> Date: Fri, 4 Nov 2022 13:19:29 +0100 Subject: [PATCH] Update GettingStarted.md Upping version mentioned in our examples to our latest release. Seemed simple enough though the snapshot change I am not sure of. --- android_documentation/Getting Started/GettingStarted.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android_documentation/Getting Started/GettingStarted.md b/android_documentation/Getting Started/GettingStarted.md index 7d780b8..e1a8a9e 100644 --- a/android_documentation/Getting Started/GettingStarted.md +++ b/android_documentation/Getting Started/GettingStarted.md @@ -19,7 +19,7 @@ Add com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:<version> to the dependencies { .... - implementation 'com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.88.1' + implementation 'com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.94.0' .... } @@ -34,7 +34,7 @@ For build.gradle.kts this would be: dependencies { .... - implementation("com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.88.1") + implementation("com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.94.0") .... } @@ -187,7 +187,7 @@ For more information and example code, check out our demo app at [https://github ## 9. Testing with snapshot version -For example: `com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.88-1-SNAPSHOT` +For example: `com.bluebillywig.bbnativeplayersdk:bbnativeplayersdk:7.94-0-SNAPSHOT` To test with a snapshot version with Android gradle plugin 4.2.2 and gradle version 6.7.1