Skip to content

Commit

Permalink
Update readme (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 23, 2023
1 parent 806118f commit f9e6839
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,42 +109,42 @@ In your `storage-starter-sample` module-level `build.gradle.kts` search the comm
bundle("singleBuild") {
storage() {
gmsService {
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.6-beta"
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.7-beta"
}
nonGmsService {
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.7-beta"
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.8-beta"
}
}
auth {
gmsService {
dependency = "com.openmobilehub.android:auth-api-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-gms:1.0.1-beta"
}
nonGmsService {
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.1-beta"
}
}
}
bundle("gms") {
storage {
gmsService {
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.6-beta"
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.7-beta"
}
}
auth {
gmsService {
dependency = "com.openmobilehub.android:auth-api-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-gms:1.0.1-beta"
}
}
}
bundle("nongms") {
storage {
nonGmsService {
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.7-beta"
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.8-beta"
}
}
auth {
nonGmsService {
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.1-beta"
}
}
}
Expand Down

0 comments on commit f9e6839

Please sign in to comment.