Because of a bug, I have used local jar file for R8 Shrinker (as recommended by R8 team) with adding the classpath to top gradle.build
:
classpath files($..../R8.jar/$)
Now regardless of any update to the Android Studio the Gradle build still using the old version of R8
that I have used before V. 1.4.55
Recently I'm seeing that they have published newest version: V. 1.4.69
https://r8.googlesource.com/r8/
So my question is: How to configure gradle to tell to use latest version of R8, because I don't see any documentation about this