When I add R8 to shrink the android dex size it is not working. I've added this following line:
gradle.properties:
android.enableR8=true
When tried to analyse my code I could not find any difference in my apk size. Is it something else I am missing?
Should I add any proguard rules and enable progaurd by adding these lines:
build.gradle
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'