diff --git a/README.md b/README.md index 1d1627e..6f9af3e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ In your `storage-starter-sample` module-level `build.gradle.kts` search the comm dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.6-beta" } nonGmsService { - dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.5-beta" + dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.6-beta" } } auth { @@ -139,7 +139,7 @@ In your `storage-starter-sample` module-level `build.gradle.kts` search the comm bundle("nongms") { storage { nonGmsService { - dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.5-beta" + dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.6-beta" } } auth { diff --git a/storage-sample/build.gradle.kts b/storage-sample/build.gradle.kts index 3fae8f0..8a24624 100644 --- a/storage-sample/build.gradle.kts +++ b/storage-sample/build.gradle.kts @@ -15,7 +15,7 @@ omhConfig { dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.6-beta" } nonGmsService { - dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.5-beta" + dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.6-beta" } } auth { @@ -42,7 +42,7 @@ omhConfig { bundle("nongms") { storage { nonGmsService { - dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.5-beta" + dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.6-beta" } } auth {