File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/commonMain/kotlin/com/jump/sdk/amplifyframework Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Test and Publish
1+ name : Publish
22
33on :
44 workflow_run :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ publishing {
7575 repositories {
7676 maven {
7777 name = " GitHubPackages"
78- url = uri(" https://maven.pkg.github.com/jump-sdk/mobile-sdk-android " )
78+ url = uri(" https://maven.pkg.github.com/jump-sdk/aws-amplify-cognito-kotlin-multiplatform " )
7979 credentials {
8080 username = System .getenv(" GITHUB_ACTOR" )
8181 password = System .getenv(" GITHUB_TOKEN" )
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package com.jump.sdk.amplifyframework
33sealed class CognitoException (
44 override val message : String ,
55) : Exception(message) {
6- object BadSrpB : CognitoException(" Bad server public value 'B'" )
7- object HashOfAAndSrpBCannotBeZero : CognitoException(" Hash of A and B cannot be zero" )
6+ data object BadSrpB : CognitoException (" Bad server public value 'B'" )
7+ data object HashOfAAndSrpBCannotBeZero : CognitoException (" Hash of A and B cannot be zero" )
88}
You can’t perform that action at this time.
0 commit comments