Skip to content

Commit

Permalink
bumped version to 1.0.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Soares committed Jul 14, 2023
1 parent 323f786 commit a3a08aa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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-rc")
api("com.openmobilehub.android:storage-api:1.0.1-rc")

// 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-rc
version=1.0.1-rc
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-rc")
api("com.openmobilehub.android:storage-api:1.0.1-rc")

// 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-rc
version=1.0.1-rc
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-rc
version=1.0.1-rc
description=The base API for the OMH storage libraries.
8 changes: 4 additions & 4 deletions storage-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ omhConfig {
bundle("singleBuild") {
storage() {
gmsService {
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0-rc"
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.1-rc"
}
nonGmsService {
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0-rc"
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.1-rc"
}
}
auth {
Expand All @@ -29,7 +29,7 @@ omhConfig {
bundle("gms") {
storage {
gmsService {
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0-rc"
dependency = "com.openmobilehub.android:storage-api-drive-gms:1.0.1-rc"
}
}
auth {
Expand All @@ -41,7 +41,7 @@ omhConfig {
bundle("nongms") {
storage {
nonGmsService {
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0-rc"
dependency = "com.openmobilehub.android:storage-api-drive-nongms:1.0.1-rc"
}
}
auth {
Expand Down

0 comments on commit a3a08aa

Please sign in to comment.