Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions firebase-ai/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ package com.google.firebase.ai.java {

package com.google.firebase.ai.type {

public final class APINotConfiguredException extends com.google.firebase.ai.type.FirebaseAIException {
}

public final class AudioRecordInitializationFailedException extends com.google.firebase.ai.type.FirebaseAIException {
ctor public AudioRecordInitializationFailedException(String message);
}
Expand Down
4 changes: 2 additions & 2 deletions firebase-ai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=17.1.0
latestReleasedVersion=17.0.0
version=17.2.0
latestReleasedVersion=17.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public class UnsupportedUserLocationException internal constructor(cause: Throwa
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
* to enable the Gemini Developer API.
*/
internal class APINotConfiguredException internal constructor(cause: Throwable? = null) :
public class APINotConfiguredException internal constructor(cause: Throwable? = null) :
FirebaseAIException("Gemini Developer API not enabled in Firebase console.", cause)

/**
Expand Down