Skip to content

Commit aee4034

Browse files
committed
Merge branch 'master' into pk/send-password-reset-email
2 parents db83f93 + f9e2941 commit aee4034

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildsystem/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22
// Manifest version information!
33
def versionMajor = 0
44
def versionMinor = 1
5-
def versionPatch = 1
5+
def versionPatch = 2
66
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
77

88
// Eko SDK version

firebase-auth-rest/core/src/main/java/com/anotherdev/firebase/auth/SignInResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public interface SignInResponse {
2525
@SerializedName("expiresIn")
2626
String getExpiresIn();
2727

28+
@Nullable
2829
@SerializedName("localId")
2930
String getLocalId();
3031

0 commit comments

Comments
 (0)