indeterminate-checkbox
indeterminate-checkbox copied to clipboard
androidx migrated release
Hi, would it possible to create a release with the current androidx migrated code?
Due to restrictions by F-Droid we (https://github.com/MarcusWolschon/osmeditor4android/) can only include dependencies that are published on one of the major binaries repos, so without a release I have to fork the project and publish it myself, which is a royal PITA and a waste of time.
Thank you for your consideration.
Hi, I can try but not earlier than that Saturday. I accept PRs though.
On Thu, Mar 26, 2020, 10:36 Simon Poole [email protected] wrote:
Hi, would it possible to create a release with the current androidx migrated code?
Due to restrictions by F-Droid we ( https://github.com/MarcusWolschon/osmeditor4android/) can only include dependencies that are published on one of the major binaries repos, so without a release I have to fork the project and publish it myself, which is a royal PITA and a waste of time.
Thank you for your consideration.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sevar83/indeterminate-checkbox/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5FVJOZD6VWPFADNRJTZTRJMH2HANCNFSM4LUBTSPQ .
No problem, I didn't want to indicate that you had to hurry. We've just started with the migration, and while it "in principle" works with the "jetifier" it would be nice not to have to rely on it. Thanks.
bump?
I think this repo is dead, I would suggest checking out https://github.com/topjohnwu/indeterminate-checkbox, he forked it and updated everything.
@cyb3rko unluckily the fork requires switching themes, which is something that is not planned short term for our project,
fyi I'm now using this in my build.gradle: implementation 'com.github.sevar83:indeterminate-checkbox:965fdc7c20'
This just takes the library built from the currently latest commit on master (965fdc7c20)
fyi I'm now using this in my build.gradle:
implementation 'com.github.sevar83:indeterminate-checkbox:965fdc7c20'This just takes the library built from the currently latest commit on master (965fdc7)
The question is if f-droid would accept that, typically they want libs from well known binary repos.
The question is if f-droid would accept that, typically they want libs from well known binary repos.
The service is provided by JitPack (link to master snapshot description), so I think it should work.