Lucas Dimitroff

Results 8 comments of Lucas Dimitroff

Can be something like this ``` codeOptions { versionCodeType 'GIT_COMMIT_COUNT' } ``` ``` android { defaultConfig { ... versionCode getBuildNumber() ... } } ``` ``` def getBuildNumber() { def LAST_BUILD_RELEASED...

I just ran the task with the `--info` option and this is the output: ```Selection of androidx.appcompat:appcompat:1.1.0-rc01 rejected by component selection rule: Release candidate Resource missing. [HTTP HEAD: https://jcenter.bintray.com/androidx/appcompat/appcompat/1.1.0-rc01/appcompat-1.1.0-rc01.pom] Resource...

@ben-manes @henrik242 I've fixed locally the issue by removing a snapshot repository before running the dependency updates task. Noticed that the task was trying to get the information about every...

This does the trick ``` implementation('io.salyangoz.updateme:updateme:0.1.0') { exclude group: 'com.google.firebase' } ```

@pawelDylag my use case is that I want to just show only one notification in the app. If that's not possible, the "scan in progress" should change to a more...

That's because there is a tag setted for singleLine... If you want a quick solution, make a copy of this layout on this project and delete that propperty. [https://github.com/Cutta/TagView/blob/0043b7d68bc4ced477928125c6a5379c9c2db381/library/src/main/res/layout/tagview_item.xml](https://github.com/Cutta/TagView/blob/0043b7d68bc4ced477928125c6a5379c9c2db381/library/src/main/res/layout/tagview_item.xml)

In Android Studio, create a new layout resource file. name it "tagview_item.xml" Inside paste this code as it is: ` `