Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects {
val implementation by configurations

// Stubs for all cloudstream classes
cloudstream("com.lagradost:cloudstream3:pre-release")
cloudstream("com.lagradost:cloudstream3:4.5.2")

// These dependencies can include any of those which are added by the app,
// but you don't need to include any of them if you don't need them.
Expand Down
Loading