Skip to content

Commit

Permalink
Update library versions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 23, 2023
1 parent 9642c4b commit c1c0b55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion storage-api-drive-gms/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

dependencies {
api("com.openmobilehub.android:storage-api:1.0.4-beta")
api("com.openmobilehub.android:storage-api:1.0.5-beta")

// GMS
implementation(Libs.googlePlayServicesAuth)
Expand Down
2 changes: 1 addition & 1 deletion storage-api-drive-gms/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifactId=storage-api-drive-gms
version=1.0.6-beta
version=1.0.7-beta
description=The GMS implementation of the OMH Storage API
2 changes: 1 addition & 1 deletion storage-api-drive-nongms/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
}

dependencies {
api("com.openmobilehub.android:storage-api:1.0.4-beta")
api("com.openmobilehub.android:storage-api:1.0.5-beta")

// Retrofit setup
implementation(Libs.retrofit)
Expand Down
2 changes: 1 addition & 1 deletion storage-api-drive-nongms/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifactId=storage-api-drive-nongms
version=1.0.7-beta
version=1.0.8-beta
googleStorageUrl="https://www.googleapis.com/"
description=The non GMS implementation of the OMH Storage API
2 changes: 1 addition & 1 deletion storage-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifactId=storage-api
version=1.0.4-beta
version=1.0.5-beta
description=The base API for the OMH storage libraries.

0 comments on commit c1c0b55

Please sign in to comment.