Vikram Singh

Results 16 comments of Vikram Singh

although the error is removed but it didn't accept the proguard files added, here is the screenshot of the error here is the error along with screenshot, Warning:com.fasterxml.jackson.databind.ext.PathDeserializer: can't find...

if i add these lines in proguard-rules.pro, then "{ file('./cproguardfiles').listFiles() }" will be useless, your as well as mine efforts will go in vein.

please add this "proguardFiles fileTree(dir: "proguard", include: ["*.pro"]).asList().toArray()" and remove these lines, FileCollection proguardFileCollection = files { file('./proguard').listFiles() } proguardFiles(proguardFileCollection)

@sauravexodus , means i include these then, what will be the advantage of adding your file as i have to write the code in my own proguard files.

This is my final quality.gradle apply plugin: 'checkstyle' apply plugin: 'findbugs' apply plugin: 'pmd' def isJava = plugins.hasPlugin('java') // Add checkstyle, findbugs, pmd and lint to the check task. //...

@amrro thanks for suggestion, till now I am also making notes to know the flow, still it would be a great benefit it, some references is there.

@sabiou use the above in following way, val databaseCompanyOwner = array("subOwners", IntegerColumnType() )

Yes, i had tried "hasDrawable(R.drawable.ic_error)" as well, but didn't worked