Results 9 comments of Marcin Czech

+1 also I miss same tools as in launcher (circle, elevation,etc)

``` Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:26:5-39 is also present at [com.github.jorgecastilloprz:expandablepanel:1.0.4] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher). Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:23:3-160:17...

:) http://stackoverflow.com/questions/25981156/tools-replace-not-replacing-in-android-manifest after changing order of `compile` it works -> ¯_(ツ)_/¯

@moallemi year|month|day would be unsufficient since on CI with auto deplyment to play store this value needs to be different on each build. In that case build-id from CI is...

when building locally and removing ``` deinit { xmlFreeDoc(self.docPtr) } ``` all works

any update on this? @maxuan1798 were you able to resolve?

Just encountered same issue. Seems like this was addressed in scribe `1.3.5` back in 2013 : https://github.com/scribejava/scribejava/commit/86f12eb5bcc1059833c0b8b19d5eb0c2a1726eaa#diff-fa8deece93206267276c584ef5d0b996 However evernote sdk is using `1.3.7` so should not be happening. For some...

SO with bounty https://stackoverflow.com/questions/54668021/evernote-ios-sdk-fetchresourcebyhashwith-throws-exception would love to know if this is a bug or I am still doing something wrong