Skip to content

Commit

Permalink
Fix inspector stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi committed Jul 18, 2024
1 parent b6b036b commit 2a3db95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gradle-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serializat
gradle-kotlinter = { module = "org.jmailen.gradle:kotlinter-gradle", version = "3.15.0" }

aniyomi-lib = { module = "com.github.Secozzi:extensions-lib", version = "d2f96c6" }
unifile = { module = "com.github.tachiyomiorg:unifile", version = "e0def6b3dc" }

kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin_version" }
kotlin-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization-protobuf", version.ref = "serialization_version" }
Expand All @@ -27,4 +26,4 @@ okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.14" }
quickjs = { module = "app.cash.quickjs:quickjs-android", version = "0.9.2" }

[bundles]
common = ["kotlin-stdlib", "injekt-core", "rxjava", "kotlin-protobuf", "kotlin-json", "jsoup", "okhttp", "aniyomi-lib", "unifile", "quickjs", "coroutines-core", "coroutines-android"]
common = ["kotlin-stdlib", "injekt-core", "rxjava", "kotlin-protobuf", "kotlin-json", "jsoup", "okhttp", "aniyomi-lib", "quickjs", "coroutines-core", "coroutines-android"]
4 changes: 4 additions & 0 deletions src/en/anilist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ ext {
}

apply from: "$rootDir/common.gradle"

dependencies {
implementation("com.github.tachiyomiorg:unifile:e0def6b3dc")
}

0 comments on commit 2a3db95

Please sign in to comment.