[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how make default buildconfig to release I mean how change gradle that by default when build APK on Android Studio always be release by default? #11373

Closed
pooya-mohammadhossein opened this issue Feb 1, 2024 · 3 comments
Assignees
Labels

Comments

@pooya-mohammadhossein
Copy link
pooya-mohammadhossein commented Feb 1, 2024

For Demo application how set the default build config always set as Release.
I mean how set following signingConfig signingConfigs.debug to signingConfigs.release ?

Thanks.


  buildTypes {
        release {
            shrinkResources true
            minifyEnabled true
            proguardFiles = [
                    "proguard-rules.txt",
                    getDefaultProguardFile('proguard-android.txt')
            ]
            signingConfig signingConfigs.debug
        }
        debug {
            jniDebuggable = true
        }
    }

Sincerely
Kind Regards,

@oceanjules
Copy link
Contributor

Please do not abuse the issue tracker by circumventing the deprecation confirmation

I understand this project is deprecated, that I should file my issue in the [Media3 issue tracker](https://github.com/androidx/media/issues/new/choose) instead of here, and this issue will be closed with no response.

The issue is not related to the library, but to signing. Please take a look at the following guides:

@oceanjules oceanjules self-assigned this Feb 1, 2024
@pooya-mohammadhossein
Copy link
Author

@oceanjules This is not a valid response. I have tried to create a Question in this GitHub but the feature of asking question in this GitHub project was not available.
Bye!

@oceanjules
Copy link
Contributor

@pooya-mohammadhossein The message states that you should not be using this deprecated Github repo for raising any questions, which is why it didn't work. Head over to Media3 issue tracker for any Media3/Exoplayer related problems.

@google google locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants