@@ -3,12 +3,9 @@ agp = "8.2.2"
3
3
benchmarkMacroJunit4 = " 1.2.3"
4
4
composeCompiler = " 1.5.8"
5
5
appcompat = " 1.6.1"
6
- coilVersion = " 3.0.0-alpha04 "
6
+ coilVersion = " 3.0.0-alpha06 "
7
7
fuzzywuzzy = " 1.4.0"
8
- glideCompose = " 1.0.0-beta01"
9
8
exifinterface = " 1.3.7"
10
- glideSvg = " 4.0.2"
11
- glideVersion = " 4.16.0"
12
9
gpuimage = " 2.1.0"
13
10
jxlCoder = " 1.8.8"
14
11
kotlin = " 1.9.22"
@@ -20,7 +17,7 @@ androidx-test-ext-junit = "1.1.5"
20
17
espresso-core = " 3.5.1"
21
18
lifecycle-runtime = " 2.7.0"
22
19
activity-compose = " 1.8.2"
23
- compose-bom = " 2024.02.00 "
20
+ compose-bom = " 2024.02.01 "
24
21
hilt = " 2.50"
25
22
material = " 1.11.0"
26
23
material3 = " 1.2.0"
@@ -32,8 +29,7 @@ profileinstaller = "1.3.1"
32
29
room = " 2.6.1"
33
30
accompanist = " 0.34.0"
34
31
datastore =" 1.1.0-beta01"
35
- subSamplingImage = " 0.8.0"
36
- uiautomator = " 2.2.0"
32
+ uiautomator = " 2.3.0"
37
33
zoomable = " 1.6.0"
38
34
zoomableImageCoil = " 0.8.0"
39
35
@@ -43,12 +39,10 @@ androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro
43
39
androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core-ktx" }
44
40
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
45
41
androidx-exifinterface = { module = " androidx.exifinterface:exifinterface" , version.ref = " exifinterface" }
46
- androidx-lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle-runtime" }
47
42
androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle-runtime" }
48
43
androidx-media3-ui = { module = " androidx.media3:media3-ui" , version.ref = " media3Ui" }
49
44
androidx-media3-exoplayer = { module = " androidx.media3:media3-exoplayer" , version.ref = " media3Exoplayer" }
50
45
androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigation-runtime-ktx" }
51
- androidx-navigation-runtime-ktx = { module = " androidx.navigation:navigation-runtime-ktx" , version.ref = " navigation-runtime-ktx" }
52
46
androidx-profileinstaller = { module = " androidx.profileinstaller:profileinstaller" , version.ref = " profileinstaller" }
53
47
54
48
# Coil
@@ -59,13 +53,6 @@ coil-svg = { module = "io.coil-kt.coil3:coil-svg", version.ref = "coilVersion" }
59
53
coil-compose = { module = " io.coil-kt.coil3:coil-compose" , version.ref = " coilVersion" }
60
54
coil-network-okhttp = { module = " io.coil-kt.coil3:coil-network-okhttp" , version.ref = " coilVersion" }
61
55
62
- # Glide
63
- glide-compiler = { module = " com.github.bumptech.glide:ksp" , version.ref = " glideVersion" }
64
- glide-avif = { module = " com.github.bumptech.glide:avif-integration" , version.ref = " glideVersion" }
65
- glide-compose = { module = " com.github.bumptech.glide:compose" , version.ref = " glideCompose" }
66
- glide = { module = " com.github.bumptech.glide:glide" , version.ref = " glideVersion" }
67
- glide-svg = { module = " com.github.qoqa:glide-svg" , version.ref = " glideSvg" }
68
-
69
56
# Compose
70
57
compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " compose-bom" }
71
58
compose-activity = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activity-compose" }
@@ -76,7 +63,6 @@ compose-material-icons-extended = { module = "androidx.compose.material:material
76
63
compose-material3 = { group = " androidx.compose.material3" , name = " material3" , version.ref = " material3" }
77
64
compose-material3-window-size = { group = " androidx.compose.material3" , name = " material3-window-size-class" , version.ref = " material3" }
78
65
compose-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
79
- compose-ui-util = { group = " androidx.compose.ui" , name = " ui-util" }
80
66
compose-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
81
67
compose-ui = { group = " androidx.compose.ui" , name = " ui" }
82
68
compose-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
@@ -91,13 +77,12 @@ compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4
91
77
# Dagger
92
78
dagger-hilt = { group = " com.google.dagger" , name = " hilt-android" , version.ref = " hilt" }
93
79
dagger-hilt-compiler = { group = " com.google.dagger" , name = " hilt-android-compiler" , version.ref = " hilt" }
94
- androidx-hilt-compiler = { group = " androidx.hilt" , name = " hilt-compiler" , version = " 1.1 .0" }
95
- androidx-hilt-navigation-compose = { group = " androidx.hilt" , name = " hilt-navigation-compose" , version = " 1.1 .0" }
80
+ androidx-hilt-compiler = { group = " androidx.hilt" , name = " hilt-compiler" , version = " 1.2 .0" }
81
+ androidx-hilt-navigation-compose = { group = " androidx.hilt" , name = " hilt-navigation-compose" , version = " 1.2 .0" }
96
82
97
83
# Room
98
84
gpuimage = { module = " jp.co.cyberagent.android:gpuimage" , version.ref = " gpuimage" }
99
85
jxl-coder-coil = { module = " com.github.awxkee:jxl-coder-coil" , version.ref = " jxlCoder" }
100
- jxl-coder-glide = { module = " com.github.awxkee:jxl-coder-glide" , version.ref = " jxlCoder" }
101
86
pinchzoomgrid = { module = " io.github.dokar3:pinchzoomgrid" , version.ref = " pinchzoomgrid" }
102
87
room-runtime = { group = " androidx.room" , name = " room-runtime" , version.ref = " room" }
103
88
room-compiler = { group = " androidx.room" , name = " room-compiler" , version.ref = " room" }
@@ -112,7 +97,6 @@ accompanist-permissions = { group = "com.google.accompanist", name = "accompanis
112
97
accompanist-drawablepainter = { module = " com.google.accompanist:accompanist-drawablepainter" , version.ref = " accompanist" }
113
98
114
99
# Zoomable
115
- sub-sampling-image = { module = " me.saket.telephoto:sub-sampling-image" , version.ref = " subSamplingImage" }
116
100
zoomable = { module = " net.engawapg.lib:zoomable" , version.ref = " zoomable" }
117
101
118
102
# Kotlinx
0 commit comments