John Carlson

Results 91 comments of John Carlson

Ahh I see. Are you guys looking to avoid appcompat as a dependency? Otherwise, it would be great to change the `new Button()` call to a new `AppCompatButton` so that...

If you are worried about it being free with reguards to submitting it to F-Droid, the usual solution is to have multiple build flavors, one that is "free" containing only...

Sorry this took so long, it should be good now, can we rerun this?

There might be some issues relating to Maven Central and the release signing, but thats not something I can look too much into myself. I confirmed that this branch can...

If you wanted to try it out: ``` classpath(com.github.Jawnnypoo.Shot:shot:1b555c2d20) ``` with: ``` maven("https://jitpack.io") ``` configured for `buildscript`

Was it working previously with the latest version of this library?

@pedrovgs I think you'll have to set up CI in a way that it doesn't need release signing unless it is actually pushing out the artifacts to Maven Central

Removed release signing, should pass now

I have this issue too on an Android project, so not likely isolated to just xcframework. Also tested and saw issues with 9.3.1 ``` /../../../vendor/bundle/ruby/3.2.0/gems/git-1.18.0/lib/git/diff.rb:148:in `block in process_full_diff': undefined method...

true, would downgrading the git gem suffice?