We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0817b89 + ea2c635 commit c4e64bbCopy full SHA for c4e64bb
pluto-kotlin-client-sdk/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
5
6
buildscript {
7
ext.versionCode = 11
8
- ext.versionName = '0.3.1'
+ ext.versionName = '0.3.2'
9
}
10
11
android {
pluto-kotlin-client-sdk/src/main/java/com/mushare/plutosdk/PlutoResponse.kt
@@ -54,6 +54,7 @@ enum class PlutoError(val value: Int) {
54
mailAlreadyVerified(2004),
55
userNameNotExist(2005),
56
userNameExist(2006),
57
+ sendMailFailure(2011),
58
invalidPassword(3001),
59
invalidRefreshToken(3002),
60
invalidJWTToken(3003);
0 commit comments