Skip to content

Commit

Permalink
fixed being automatically signed in into microsoft account
Browse files Browse the repository at this point in the history
It now enforces the account selection screen using the &prompt=select_account parameter. This was changed in our Elixir fork v1.2.6.
  • Loading branch information
1zun4 committed Feb 22, 2023
1 parent 9f173b5 commit b7ad71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
exclude group: 'com.google.code.gson', module: 'gson'
}

implementation "com.github.CCBlueX:Elixir:1.2.5"
implementation "com.github.CCBlueX:Elixir:1.2.6"

implementation "com.labymedia:ultralight-java-base:0.4.12"
implementation "com.labymedia:ultralight-java-databind:0.4.12"
Expand Down

0 comments on commit b7ad71e

Please sign in to comment.