Skip to content

Commit

Permalink
Update auth version (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 23, 2023
1 parent d936de1 commit 500edae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Versions {
const val mockk = "1.13.4"

// Auth
const val omhAuth = "1.0.0-beta"
const val omhAuth = "1.0.1-beta"

// Play services
const val googlePlayBase = "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions storage-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ omhConfig {
}
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"
}
}
}
Expand All @@ -35,7 +35,7 @@ omhConfig {
}
auth {
gmsService {
dependency = "com.openmobilehub.android:auth-api-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-gms:1.0.1-beta"
}
}
}
Expand All @@ -47,7 +47,7 @@ omhConfig {
}
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 500edae

Please sign in to comment.