6
61
Fork
You've already forked android
5

remove unused dependencies #12

Merged
s1m merged 1 commit from connyduck/sunup-android:remove-unused-dependencies into main 2025年02月08日 12:13:34 +01:00
Contributor
Copy link

For smaller app size and faster build times :)

For smaller app size and faster build times :)
remove unused dependencies
Some checks are pending
ci/woodpecker/pr/main Pipeline is pending approval
ci/woodpecker/pull_request_closed/main Pipeline was successful
49c9d9f011
@ -87,4 +84,3 @@
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.appcompat)
implementation(libs.kotlin.stdlib)
Author
Contributor
Copy link

The Kotlin plugin already takes care of adding the stdlib to the dependencies.

The Kotlin plugin already takes care of adding the stdlib to the dependencies.
@ -95,2 +90,3 @@
implementation(libs.androidx.ui.tooling)
implementation(libs.kotlinx.serialization.json)
implementation(libs.androidx.ui.tooling.preview.android)
debugImplementation(libs.androidx.ui.tooling)
Author
Contributor
Copy link

UI tooling should never be in a release build, it is only needed to integrate with Android Studio while developing.

UI tooling should never be in a release build, it is only needed to integrate with Android Studio while developing.
Owner
Copy link

Thank you ! I keep it open until I 've also done it for fcm-distributor and NextPush

Thank you ! I keep it open until I 've also done it for fcm-distributor and NextPush
Owner
Copy link

Thank you, I've done it for the 2 other projects: UnifiedPush/fcm-distributor@0ad4df2e1e NextPush/nextpush-android@a230b278cf

Thank you, I've done it for the 2 other projects: https://codeberg.org/UnifiedPush/fcm-distributor/commit/0ad4df2e1e00816664f33bec3f76d07123b53c5c https://codeberg.org/NextPush/nextpush-android/commit/a230b278cf003125a2e648302d2b30bd2b7bc776
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
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
Sunup/android!12
Reference in a new issue
Sunup/android
No description provided.
Delete branch "connyduck/sunup-android: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?