Merge branch 'housekeeping/update-openidappauth-version' into 'develop'

Update appauth version

See merge request funkwhale/funkwhale-android!146
This commit is contained in:
Ryan Harg 2022-03-04 10:37:43 +00:00
commit 5e2e823422
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ object Versions {
const val fuel = "2.3.1"
const val gson = "2.8.7"
const val powerPreference = "2.0.0"
const val openIdAppAuth = "0.10.0"
const val openIdAppAuth = "0.11.1"
const val mockk = "1.12.0"
const val strikt = "0.31.0"