|
| 1 | +[versions] |
| 2 | +# Android Gradle Plugin |
| 3 | +androidGradlePlugin = "8.2.1" |
| 4 | + |
| 5 | +# Kotlin |
| 6 | +kotlin = "1.9.22" |
| 7 | +ksp = "1.9.22-1.0.17" |
| 8 | + |
| 9 | +# AboutLibraries |
| 10 | +aboutLibsRelease = "11.1.1" |
| 11 | + |
| 12 | +# Accompanist |
| 13 | +accompanist = "0.34.0" |
| 14 | + |
| 15 | +# AndroidX |
| 16 | +activityCompose = "1.9.0" |
| 17 | +appcompat = "1.7.0" |
| 18 | +browser = "1.8.0" |
| 19 | +coreKtx = "1.13.1" |
| 20 | +datastore = "1.1.1" |
| 21 | +espresso = "3.5.1" |
| 22 | +lifecycle = "2.8.1" |
| 23 | +navigation = "2.7.7" |
| 24 | +paging = "3.3.0" |
| 25 | +profileinstaller = "1.3.1" |
| 26 | +room = "2.6.1" |
| 27 | +work = "2.9.0" |
| 28 | + |
| 29 | +# Compose |
| 30 | +composeBom = "2024.05.00" |
| 31 | +composeCompiler = "1.5.8" |
| 32 | +composeHtml = "1.0.2" |
| 33 | + |
| 34 | +# Coil |
| 35 | +coil = "2.5.0" |
| 36 | + |
| 37 | +# Hilt |
| 38 | +hiltAndroid = "2.50" |
| 39 | +hiltCompiler = "1.1.0" |
| 40 | +hiltNavigationCompose = "1.1.0" |
| 41 | +hiltWork = "1.1.0" |
| 42 | + |
| 43 | +# Miscellaneous Libraries |
| 44 | +androidSVG = "1.4" |
| 45 | +junit = "4.13.2" |
| 46 | +junitExt = "1.1.5" |
| 47 | +mockitoCore = "5.11.0" |
| 48 | +mockitoJUnitJupiter = "5.11.0" |
| 49 | +mockitoKotlin = "5.2.1" |
| 50 | +okhttp = "5.0.0-alpha.12" |
| 51 | +opmlParser = "3.1.0" |
| 52 | +readability4j = "1.0.8" |
| 53 | +retrofit2 = "2.9.0" |
| 54 | +rome = "1.18.0" |
| 55 | +telephoto = "0.7.1" |
| 56 | + |
| 57 | +[libraries] |
| 58 | +# AboutLibraries |
| 59 | +aboutlibraries-core = { group = "com.mikepenz", name = "aboutlibraries-core", version.ref = "aboutLibsRelease" } |
| 60 | +aboutlibraries-compose = { group = "com.mikepenz", name = "aboutlibraries-compose-m3", version.ref = "aboutLibsRelease" } |
| 61 | + |
| 62 | +# Compose |
| 63 | +compose-html = { group = "com.github.ireward", name = "compose-html", version.ref = "composeHtml" } |
| 64 | +compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } |
| 65 | +compose-animation-graphics = { group = "androidx.compose.animation", name = "animation-graphics" } |
| 66 | +compose-ui = { group = "androidx.compose.ui", name = "ui" } |
| 67 | +compose-ui-util = { group = "androidx.compose.ui", name = "ui-util" } |
| 68 | +compose-material = { group = "androidx.compose.material", name = "material" } |
| 69 | +compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" } |
| 70 | +compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 71 | +compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 72 | +compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 73 | +compose-material3 = { group = "androidx.compose.material3", name = "material3" } |
| 74 | + |
| 75 | +# Accompanist |
| 76 | +accompanist-pager = { group = "com.google.accompanist", name = "accompanist-pager", version.ref = "accompanist" } |
| 77 | +accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" } |
| 78 | +accompanist-swiperefresh = { group = "com.google.accompanist", name = "accompanist-swiperefresh", version.ref = "accompanist" } |
| 79 | + |
| 80 | +# Coil |
| 81 | +coil-base = { group = "io.coil-kt", name = "coil-base", version.ref = "coil" } |
| 82 | +coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" } |
| 83 | +coil-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" } |
| 84 | +coil-gif = { group = "io.coil-kt", name = "coil-gif", version.ref = "coil" } |
| 85 | + |
| 86 | +# Hilt |
| 87 | +hilt-work = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltWork" } |
| 88 | +hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hiltAndroid" } |
| 89 | +hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hiltAndroid" } |
| 90 | +hilt-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltCompiler" } |
| 91 | +hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigationCompose" } |
| 92 | + |
| 93 | +# AndroidX |
| 94 | +android-svg = { group = "com.caverock", name = "androidsvg-aar", version.ref = "androidSVG" } |
| 95 | +opml-parser = { group = "be.ceau", name = "opml-parser", version.ref = "opmlParser" } |
| 96 | +readability4j = { group = "net.dankito.readability4j", name = "readability4j", version.ref = "readability4j" } |
| 97 | +rome = { group = "com.rometools", name = "rome", version.ref = "rome" } |
| 98 | +telephoto = { group = "me.saket.telephoto", name = "zoomable", version.ref = "telephoto" } |
| 99 | +okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" } |
| 100 | +okhttp-coroutines = { group = "com.squareup.okhttp3", name = "okhttp-coroutines-jvm", version.ref = "okhttp" } |
| 101 | +retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit2" } |
| 102 | +retrofit-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit2" } |
| 103 | +profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "profileinstaller" } |
| 104 | +work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" } |
| 105 | +datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" } |
| 106 | +room-paging = { group = "androidx.room", name = "room-paging", version.ref = "room" } |
| 107 | +room-common = { group = "androidx.room", name = "room-common", version.ref = "room" } |
| 108 | +room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" } |
| 109 | +room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } |
| 110 | +paging-common-ktx = { group = "androidx.paging", name = "paging-common-ktx", version.ref = "paging" } |
| 111 | +paging-runtime-ktx = { group = "androidx.paging", name = "paging-runtime-ktx", version.ref = "paging" } |
| 112 | +paging-compose = { group = "androidx.paging", name = "paging-compose", version.ref = "paging" } |
| 113 | +browser = { group = "androidx.browser", name = "browser", version.ref = "browser" } |
| 114 | +navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" } |
| 115 | +lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" } |
| 116 | +lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" } |
| 117 | +core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
| 118 | +activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } |
| 119 | +appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } |
| 120 | + |
| 121 | +# Testing |
| 122 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 123 | +junit-ext = { group = "androidx.test.ext", name = "junit", version.ref = "junitExt" } |
| 124 | +espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" } |
| 125 | +mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockitoCore" } |
| 126 | +mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockitoJUnitJupiter" } |
| 127 | +mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref = "mockitoKotlin" } |
| 128 | + |
| 129 | +[plugins] |
| 130 | +android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } |
| 131 | +android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } |
| 132 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 133 | +ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |
| 134 | +aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibsRelease" } |
| 135 | +room = { id = "androidx.room", version.ref = "room" } |
| 136 | +hilt = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" } |
0 commit comments