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

Remove deprecated setting android.enableR8=true #10

Closed
wants to merge 1 commit into from
Closed

Remove deprecated setting android.enableR8=true #10

wants to merge 1 commit into from

Conversation

nohli
Copy link

@nohli nohli commented Aug 12, 2020

Android Studio complains about this line during Gradle sync.

FYI There is a pull request for Flutter, also a Stack Overflow question:

flutter/flutter#63339

https://stackoverflow.com/questions/60397617/progruard-and-r8-being-deprecated-android-studio-3-6

If you have android.enableR8 = true in your gradle.properties, remove it as R8 it the default tooling and the android.enableR8 setting itself is deprecated, causing these deprecation warnings.

@nohli nohli closed this May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant