cancel
Showing results for 
Search instead for 
Did you mean: 

Kindly give the solution for error: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() is applicable for argument types: (java.lang.String) values: [ReleaseUnsigned]

NKall.7
Associate II

I downloaded the latest version available at ST site i.e. Ver 1.07. When I am trying to sync the project the error appears. Same happens with old version also. Kindly help.

1 ACCEPTED SOLUTION

Accepted Solutions
udidq
Associate II

Seems like 1.+ is deprecated recently.

use - classpath 'io.fabric.tools:gradle:1.27.1'

instead -  classpath 'io.fabric.tools:gradle:1.+

https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi

let us know,

Br,

View solution in original post

2 REPLIES 2
udidq
Associate II

Seems like 1.+ is deprecated recently.

use - classpath 'io.fabric.tools:gradle:1.27.1'

instead -  classpath 'io.fabric.tools:gradle:1.+

https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi

let us know,

Br,

Thank you.