I have a library aar project which does have progaurd rules in it. My Application has a set of progaurd rules. Is there a way I can merge both Proguard rules while generating a build.
Currently I use the below code for enabling proguard.
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
Regards,
Harsha