Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Proguard Enabled - Google Speech-to-Text API stopped working #120

@MuhammadRashid

Description

@MuhammadRashid

Hi,
Google Speech-to-Text API stopped working when progurard is enabled in Android app.

release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

I am using Speech-to-Text Client Libraries. App's Gradle file dependencies are below;
// Dependencies for the speech client
implementation 'io.grpc:grpc-okhttp:1.27.0'
implementation 'com.google.cloud:google-cloud-speech:1.22.3'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions