|
1 | 1 | [versions] |
2 | | -agp = "8.13.2" |
3 | 2 | kotlin = "2.3.10" |
4 | | -ksp = "2.3.6" |
5 | | -golang = "1.0.4" |
6 | | -coroutine = "1.10.2" |
7 | | -coreKtx = "1.17.0" |
8 | 3 | activity = "1.12.4" |
9 | | -fragment = "1.8.9" |
10 | | -appcompat = "1.7.1" |
11 | | -coordinator = "1.3.0" |
12 | | -recyclerview = "1.4.0" |
13 | | -viewpager = "1.1.0" |
14 | | -material = "1.13.0" |
15 | | -serialization = "1.10.0" |
16 | 4 | kaidl = "1.15" |
17 | 5 | room = "2.8.4" |
18 | | -multiprocess = "1.0.0" |
19 | | -quickie = "1.11.0" |
20 | | -androidx-activity-ktx = "1.12.4" |
| 6 | +okhttp = "5.3.2" |
21 | 7 |
|
22 | 8 | [libraries] |
23 | | -build-android = { module = "com.android.tools.build:gradle", version.ref = "agp" } |
| 9 | +build-android = { module = "com.android.tools.build:gradle", version = "8.13.2" } |
24 | 10 | build-kotlin-common = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } |
25 | 11 | build-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" } |
26 | | -build-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" } |
27 | | -build-golang = { module = "com.github.kr328.golang:gradle-plugin", version.ref = "golang" } |
28 | | -kotlin-coroutine = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutine" } |
29 | | -kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" } |
30 | | -androidx-core = { module = "androidx.core:core-ktx", version.ref = "coreKtx" } |
31 | | -androidx-activity = { module = "androidx.activity:activity", version.ref = "activity" } |
32 | | -androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" } |
33 | | -androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } |
34 | | -androidx-coordinator = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "coordinator" } |
35 | | -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } |
36 | | -androidx-viewpager = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager" } |
| 12 | +build-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "2.3.6" } |
| 13 | +build-golang = { module = "com.github.kr328.golang:gradle-plugin", version = "1.0.4" } |
| 14 | + |
| 15 | +kotlin-coroutine = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.2" } |
| 16 | +kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.10.0" } |
| 17 | + |
| 18 | +androidx-core = { module = "androidx.core:core-ktx", version = "1.17.0" } |
| 19 | +androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } |
| 20 | +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.9" } |
| 21 | +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } |
| 22 | +androidx-coordinator = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.3.0" } |
| 23 | +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } |
| 24 | +androidx-viewpager = { module = "androidx.viewpager2:viewpager2", version = "1.1.0" } |
37 | 25 | androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } |
38 | 26 | androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
39 | 27 | androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" } |
40 | | -google-material = { module = "com.google.android.material:material", version.ref = "material" } |
| 28 | + |
| 29 | +google-material = { module = "com.google.android.material:material", version = "1.13.0" } |
41 | 30 | kaidl-compiler = { module = "com.github.kr328.kaidl:kaidl", version.ref = "kaidl" } |
42 | 31 | kaidl-runtime = { module = "com.github.kr328.kaidl:kaidl-runtime", version.ref = "kaidl" } |
43 | | -rikkax-multiprocess = { module = "dev.rikka.rikkax.preference:multiprocess", version.ref = "multiprocess" } |
44 | | -quickie-bundled = { group = "io.github.g00fy2.quickie", name = "quickie-bundled", version.ref = "quickie" } |
45 | | -androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity-ktx" } |
46 | | - |
47 | | -[plugins] |
| 32 | +rikkax-multiprocess = { module = "dev.rikka.rikkax.preference:multiprocess", version = "1.0.0" } |
| 33 | +quickie-bundled = { module = "io.github.g00fy2.quickie:quickie-bundled", version = "1.11.0" } |
| 34 | +okhttp-client = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
| 35 | +okhttp-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } |
0 commit comments