libs.versions.toml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. [versions]
  2. ktx = "1.15.0"
  3. material3 = "1.3.1"
  4. ui-tooling = "1.7.6"
  5. viewmodel-lifecycle = "2.8.7"
  6. splash-screen = "1.0.1"
  7. activity = "1.9.3"
  8. appcompat = "1.7.0"
  9. preferences-datastore = "1.1.1"
  10. work-runtime = "2.10.0"
  11. compose-bom = "2024.12.01"
  12. accompanist = "0.34.0"
  13. placeholder = "1.1.2"
  14. reorderable = "1.5.2"
  15. serialization = "1.7.3"
  16. collection = "0.3.8"
  17. datetime = "0.6.0"
  18. room-version = "2.6.1"
  19. revanced-patcher = "21.0.0"
  20. revanced-library = "3.0.2"
  21. koin-version = "3.5.3"
  22. koin-version-compose = "3.5.3"
  23. reimagined-navigation = "1.5.0"
  24. ktor = "2.3.9"
  25. markdown-renderer = "0.22.0"
  26. fading-edges = "1.0.4"
  27. kotlin = "2.1.0"
  28. android-gradle-plugin = "8.7.3"
  29. dev-tools-gradle-plugin = "2.1.0-1.0.29"
  30. about-libraries-gradle-plugin = "11.1.1"
  31. binary-compatibility-validator = "0.17.0"
  32. coil = "2.6.0"
  33. app-icon-loader-coil = "1.5.0"
  34. skrapeit = "1.2.2"
  35. libsu = "5.2.2"
  36. scrollbars = "1.0.4"
  37. enumutil = "1.1.0"
  38. compose-icons = "1.2.4"
  39. kotlin-process = "1.4.1"
  40. hidden-api-stub = "4.3.3"
  41. [libraries]
  42. # AndroidX Core
  43. androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
  44. runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "viewmodel-lifecycle" }
  45. runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "viewmodel-lifecycle" }
  46. splash-screen = { group = "androidx.core", name = "core-splashscreen", version.ref = "splash-screen" }
  47. activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity" }
  48. activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
  49. work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work-runtime" }
  50. preferences-datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "preferences-datastore" }
  51. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  52. # Compose
  53. compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
  54. compose-ui = { group = "androidx.compose.ui", name = "ui" }
  55. compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  56. compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "ui-tooling" }
  57. compose-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
  58. compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3"}
  59. compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
  60. # Coil
  61. coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
  62. coil-appiconloader = { group = "me.zhanghai.android.appiconloader", name = "appiconloader-coil", version.ref = "app-icon-loader-coil" }
  63. # Accompanist
  64. accompanist-drawablepainter = { group = "com.google.accompanist", name = "accompanist-drawablepainter", version.ref = "accompanist" }
  65. # Placeholder
  66. placeholder-material3 = { group = "io.github.fornewid", name = "placeholder-material3", version.ref = "placeholder"}
  67. # Kotlinx
  68. kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
  69. kotlinx-collection-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "collection" }
  70. kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "datetime" }
  71. # Room
  72. room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room-version" }
  73. room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room-version" }
  74. room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room-version" }
  75. # Patcher
  76. revanced-patcher = { group = "app.revanced", name = "revanced-patcher", version.ref = "revanced-patcher" }
  77. revanced-library = { group = "app.revanced", name = "revanced-library", version.ref = "revanced-library" }
  78. # Koin
  79. koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin-version" }
  80. koin-compose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin-version-compose" }
  81. koin-workmanager = { group = "io.insert-koin", name = "koin-androidx-workmanager", version.ref = "koin-version" }
  82. # Compose Navigation
  83. reimagined-navigation = { group = "dev.olshevski.navigation", name = "reimagined", version.ref = "reimagined-navigation" }
  84. # About Libraries
  85. about-libraries = { group = "com.mikepenz", name = "aboutlibraries-compose", version.ref = "about-libraries-gradle-plugin" }
  86. # Ktor
  87. ktor-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
  88. ktor-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
  89. ktor-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
  90. ktor-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
  91. ktor-serialization = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
  92. # HTML Scraper
  93. skrapeit-dsl = { group = "it.skrape", name = "skrapeit-dsl", version.ref = "skrapeit" }
  94. skrapeit-parser = { group = "it.skrape", name = "skrapeit-html-parser", version.ref = "skrapeit" }
  95. # Markdown
  96. markdown-renderer = { group = "com.mikepenz", name = "multiplatform-markdown-renderer-m3", version.ref = "markdown-renderer" }
  97. # Fading Edges
  98. fading-edges = { group = "com.github.GIGAMOLE", name = "ComposeFadingEdges", version.ref = "fading-edges"}
  99. # Native processes
  100. kotlin-process = { group = "com.github.pgreze", name = "kotlin-process", version.ref = "kotlin-process" }
  101. # HiddenAPI
  102. hidden-api-stub = { group = "dev.rikka.hidden", name = "stub", version.ref = "hidden-api-stub" }
  103. # LibSU
  104. libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" }
  105. libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" }
  106. libsu-nio = { group = "com.github.topjohnwu.libsu", name = "nio", version.ref = "libsu" }
  107. # Scrollbars
  108. scrollbars = { group = "com.github.GIGAMOLE", name = "ComposeScrollbars", version.ref = "scrollbars" }
  109. # EnumUtil
  110. enumutil = { group = "io.github.materiiapps", name = "enumutil", version.ref = "enumutil" }
  111. enumutil-ksp = { group = "io.github.materiiapps", name = "enumutil-ksp", version.ref = "enumutil" }
  112. # Reorderable lists
  113. reorderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "reorderable" }
  114. # Compose Icons
  115. # switch to br.com.devsrsouza.compose.icons after DevSrSouza/compose-icons#30 is merged
  116. compose-icons-fontawesome = { group = "com.github.BenjaminHalko.compose-icons", name = "font-awesome", version.ref = "compose-icons" }
  117. [plugins]
  118. android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
  119. android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
  120. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  121. kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
  122. kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
  123. compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
  124. devtools = { id = "com.google.devtools.ksp", version.ref = "dev-tools-gradle-plugin" }
  125. about-libraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "about-libraries-gradle-plugin" }
  126. binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }