Skip to content

Commit

Permalink
feat: update android pacakges versions (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Budziński <[email protected]>
  • Loading branch information
maciekBudzinski authored Sep 13, 2024
1 parent ef8553a commit 3678c86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// OMH
api "com.openmobilehub.android.storage:core:2.0.5-alpha"
api "com.openmobilehub.android.storage:core:2.0.6-alpha"
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion packages/dropbox/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation project(':openmobilehub_auth-dropbox')

implementation project(':openmobilehub_storage-core')
implementation "com.openmobilehub.android.storage:plugin-dropbox:2.0.5-alpha"
implementation "com.openmobilehub.android.storage:plugin-dropbox:2.0.6-alpha"
}

if (isNewArchitectureEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions packages/googledrive/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ dependencies {
implementation project(':openmobilehub_auth-google')

implementation project(':openmobilehub_storage-core')
implementation "com.openmobilehub.android.storage:plugin-googledrive-gms:2.0.5-alpha"
implementation "com.openmobilehub.android.storage:plugin-googledrive-non-gms:2.0.5-alpha"
implementation "com.openmobilehub.android.storage:plugin-googledrive-gms:2.0.6-alpha"
implementation "com.openmobilehub.android.storage:plugin-googledrive-non-gms:2.0.6-alpha"
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion packages/onedrive/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation project(':openmobilehub_auth-microsoft')

implementation project(':openmobilehub_storage-core')
implementation "com.openmobilehub.android.storage:plugin-onedrive:2.0.5-alpha"
implementation "com.openmobilehub.android.storage:plugin-onedrive:2.0.6-alpha"
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 3678c86

Please sign in to comment.