Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Dec 9, 2022
1 parent 573d988 commit c2351ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ tasks.register("clean").configure {
}

plugins {
id("io.github.jakepurple13.ProjectInfo") version "1.0.8"
id("io.github.jakepurple13.ProjectInfo") version "1.1.1"
}

projectInfo {
filter {
exclude("**/*.png", "**/*.webp", "**/*.ttf", "**/*.json")
exclude("otakumanager/**")
excludeFileTypes("png", "webp", "ttf", "json")
}
sortWith = compareByDescending { it.second.sumOf { it.size } }
showTopCount = 3
}
9 changes: 3 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jetpack = "1.4.0-alpha03"
jetpackCompiler = "1.3.2"
accompanist = "0.28.0"
okhttpVersion = "4.10.0"
ktorVersion = "2.1.3"
ktorVersion = "2.2.1"
workVersion = "2.7.1"
ziplineVersion = "0.9.5"
ziplineVersion = "0.9.12"
landscapist = "2.1.0"
protobufVersion = "3.21.1"

Expand Down Expand Up @@ -51,8 +51,6 @@ composeActivity = "androidx.activity:activity-compose:1.6.1"
composeLifecycle = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
composeLifecycleRuntime = "androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha03"
composeRuntimeLivedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "jetpack" }
composeMaterialThemeAdapter = "com.google.android.material:compose-theme-adapter:1.2.0"
composeMaterial3ThemeAdapter = "com.google.android.material:compose-theme-adapter-3:1.1.0"
landscapistGlide = { module = "com.github.skydoves:landscapist-glide", version.ref = "landscapist" }
landscapistPalette = { module = "com.github.skydoves:landscapist-palette", version.ref = "landscapist" }
landscapistPlaceholder = { module = "com.github.skydoves:landscapist-placeholder", version.ref = "landscapist" }
Expand Down Expand Up @@ -137,7 +135,7 @@ googlePlayAds = "com.google.android.gms:play-services-ads:21.3.0"
pagingCompose = "androidx.paging:paging-compose:1.0.0-alpha17"

fileChooser = "com.github.hedzr:android-file-chooser:1.2.0"
storage = "com.anggrayudi:storage:1.5.1"
storage = "com.anggrayudi:storage:1.5.2"

androidxWindow = "androidx.window:window:1.1.0-alpha04"
androidBrowserHelper = "com.google.androidbrowserhelper:androidbrowserhelper:2.4.0"
Expand Down Expand Up @@ -257,7 +255,6 @@ compose = [
"composeAnimation",
"composeActivity", "composeLifecycle", "composeLifecycleRuntime",
"composeRuntimeLivedata",
"composeMaterialThemeAdapter", "composeMaterial3ThemeAdapter",
"landscapistGlide", "landscapistPalette", "landscapistPlaceholder",
"coilCompose",
"composeConstraintLayout", "permissions",
Expand Down

0 comments on commit c2351ee

Please sign in to comment.