Ranjith

Results 12 comments of Ranjith

Hi @adib2149 @pblinux ! I faced that issue too. Checked the source code and found that the issue is with the `isValidForm()` method in `FormBuildHelper.java` . The value is not...

Hey @kim24 . I do get the same exception. Any heads up on it?

@petergayduchik Did you find a hack for it?

For future readers, you could use the following fork until PR #605 is merged ``` repositories { mavenCentral() maven { url "https://jitpack.io" } } dependencies { implementation 'com.github.devv911:android-job:1.4.5' } ```

Hi, I also need to refresh the BubblePicker view. @igalata @amaanatif Is to possible to deselect a selected PickerItem programmatically? Is it achieved using setSelected() method? I tried using it....

Thanks for the reply @amaanatif . In my case, I don't want it to set selected/deselected initially while setting up the adapter. I had to deselect the selected item when...

No @nickyk2407 . I didn't find a solution for it.

+1 to this. This would be a great addition if the publishable key isn't hardcoded in the app, and instead provided by the API

As of now, the sentry AGP doesn't upload Source Context files if we use plugins like https://github.com/Triple-T/gradle-play-publisher. The task to build (and publish) an AAB using that plugin is `./gradlew...

@mrk-han I raised a PR sometime back with the CI config fixes #247 Here's a [reference thread](https://github.com/vanniktech/gradle-maven-publish-plugin/issues/432#issuecomment-1275143023) explaining about the CI variables