droidconKE / droidconKeKotlin

dcke 23
92 stars 83 forks source link

Refactor: Clean up libs.versions.toml #245

Closed chepsi closed 6 months ago

chepsi commented 6 months ago

Conventionally, in libs.versions.toml the dependencies should be defined as shown below. androidx-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "splash" } this isn't the case for most of the dependencies.

We should define the dependency as shown above with the version added in the version's section of the file and update the ReadMe file.

bagechengzi commented 6 months ago

Can I work on this?

kibettheophilus commented 6 months ago

Can I work on this?

sure @bagechengzi