|
24 | 24 | googleMaterialVersion = '1.9.0' |
25 | 25 | accompanistSystemUiControllerVersion = '0.30.1' |
26 | 26 | zoomableVersion = '1.5.0' |
| 27 | + splashVersion = '1.0.1' |
27 | 28 |
|
28 | 29 | testJunitVersion = '4.13.2' |
29 | 30 |
|
|
33 | 34 | activity : "androidx.activity:activity-ktx:$activityVersion", |
34 | 35 | composeBom : "androidx.compose:compose-bom:$composeBomVersion", |
35 | 36 | composeRuntime : "androidx.compose.runtime:runtime", |
| 37 | + composeMaterial : "androidx.compose.material:material", |
36 | 38 | composeMaterial3 : "androidx.compose.material3:material3:$composeMaterialVersion", |
37 | 39 | composeMaterialIconsExtended: "androidx.compose.material:material-icons-extended", |
38 | 40 | composeUiGraphics : "androidx.compose.ui:ui-graphics", |
|
46 | 48 | pagingRuntime : "androidx.paging:paging-runtime:$pagingVersion", |
47 | 49 | pagingCompose : "androidx.paging:paging-compose:$pagingComposeVersion", |
48 | 50 | palette : "androidx.palette:palette:$paletteVersion", |
| 51 | + splash : "androidx.core:core-splashscreen:$splashVersion", |
49 | 52 | ] |
50 | 53 | google = [ |
51 | 54 | gson : "com.google.code.gson:gson:$gsonVersion", |
|
59 | 62 | koinCompose: "io.insert-koin:koin-androidx-compose:$koinComposeVersion", |
60 | 63 | ] |
61 | 64 | ui = [ |
62 | | - coilCompose : "io.coil-kt:coil-compose:$coilComposeVersion", |
63 | | - coilGif : "io.coil-kt:coil-gif:$coilComposeVersion", |
64 | | - zoomable: "net.engawapg.lib:zoomable:$zoomableVersion" |
| 65 | + coilCompose: "io.coil-kt:coil-compose:$coilComposeVersion", |
| 66 | + coilGif : "io.coil-kt:coil-gif:$coilComposeVersion", |
| 67 | + zoomable : "net.engawapg.lib:zoomable:$zoomableVersion" |
65 | 68 | ] |
66 | 69 | retrofit = [ |
67 | 70 | core : "com.squareup.retrofit2:retrofit:$retrofitVersion", |
|
0 commit comments