Skip to content

Commit 8c038b5

Browse files
committed
feat: refactor repository methods to support pagination for liked, followed, downloaded, and downloading entities
1 parent 1987f88 commit 8c038b5

7 files changed

Lines changed: 150 additions & 11189 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,8 @@ dependencies {
308308
aboutLibraries {
309309
collect.configPath = file("../config")
310310
export {
311-
exportVariant = "fullRelease"
312311
prettyPrint = true
313312
excludeFields = listOf("generated")
314-
outputPath = File(project.projectDir, "src/main/res/raw/aboutlibraries.json")
315313
}
316314
}
317315
tasks.withType<CompileArtProfileTask> {

0 commit comments

Comments
 (0)