After upgrading gradle from 4.1.3 to 4.2.1 I started getting this error while building the app
The value for property 'resValues' cannot be changed any further.
After upgrading gradle from 4.1.3 to 4.2.1 I started getting this error while building the app
The value for property 'resValues' cannot be changed any further.
just update to 1.9.2
It turns out to be a problem with
heapanalyticsafter removingapply plugin: 'com.heapanalytics.android'fixes the problem.so you could remove
heapanalyticsor delay the gradle update and continue using 4.1.3 until the heap team fixes this issue.from here: