1
1
Fork
You've already forked android-distributor
4

remove unused dependencies #7

Merged
s1m merged 1 commit from connyduck/unifiedpush-android-distributor:remove-unused-dependencies into main 2025年02月05日 17:15:58 +01:00
Contributor
Copy link

Not pulling in unneeded dependencies is important, especially for libraries. Otherwise buildtimes and app sizes grow unnecessarily.

Compose UI tooling should never end up in a release build, it is only to show previews in Android Studio.

Not pulling in unneeded dependencies is important, especially for libraries. Otherwise buildtimes and app sizes grow unnecessarily. Compose UI tooling should never end up in a release build, it is only to show previews in Android Studio.
Owner
Copy link

Thank you ! Are you actually using these lib ? I've done it to help maintaining 3 distributors, but the API will often break

Thank you ! Are you actually using these lib ? I've done it to help maintaining 3 distributors, but the API will often break
Author
Contributor
Copy link

Are you actually using these lib ? I've done it to help maintaining 3 distributors, but the API will often break

Not yet! I wouldn't mind a breaking Api, but it would be cool if there was a 1.0.0 release and then strict semantic versioning.

> Are you actually using these lib ? I've done it to help maintaining 3 distributors, but the API will often break Not yet! I wouldn't mind a breaking Api, but it would be cool if there was a 1.0.0 release and then strict semantic versioning.
connyduck deleted branch remove-unused-dependencies 2025年02月05日 17:19:07 +01:00
Owner
Copy link

I want to keep it 0-ver to make sure nobody expect any stability from the API, but I can increase minor version every time something break 👍

I want to keep it 0-ver to make sure nobody expect any stability from the API, but I can increase minor version every time something break 👍
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
UnifiedPush/android-distributor!7
Reference in a new issue
UnifiedPush/android-distributor
No description provided.
Delete branch "connyduck/unifiedpush-android-distributor:remove-unused-dependencies"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?