Skip to content

Commit

Permalink
Update non-gms version for sample app (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 14, 2023
1 parent 8f2280c commit 3e8821a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions storage-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 3e8821a

Please sign in to comment.