Skip to content

Commit fd03637

Browse files
committed
Update api.txt file and bump version
Since it's a new feature, minor version bump is the right call
1 parent 4d1ec13 commit fd03637

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

firebase-common/api.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ package com.google.firebase {
3939
method public String? getDatabaseUrl();
4040
method public String? getGcmSenderId();
4141
method public String? getProjectId();
42+
method public String? getRecaptchaSiteKey();
4243
method public String? getStorageBucket();
4344
}
4445

@@ -51,6 +52,7 @@ package com.google.firebase {
5152
method public com.google.firebase.FirebaseOptions.Builder setDatabaseUrl(String?);
5253
method public com.google.firebase.FirebaseOptions.Builder setGcmSenderId(String?);
5354
method public com.google.firebase.FirebaseOptions.Builder setProjectId(String?);
55+
method public com.google.firebase.FirebaseOptions.Builder setRecaptchaSiteKey(String?);
5456
method public com.google.firebase.FirebaseOptions.Builder setStorageBucket(String?);
5557
}
5658

firebase-common/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=22.0.2
1+
version=22.1.0
22
latestReleasedVersion=22.0.1
33
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)