mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
build: pare down unnecessary Jetpack dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5f752ed251
commit
57a2f67646
3 changed files with 2 additions and 8 deletions
|
@ -20,12 +20,9 @@ object Dependencies {
|
|||
|
||||
object AndroidX {
|
||||
|
||||
const val activityKtx = "androidx.activity:activity-ktx:1.2.0-rc01"
|
||||
const val appCompat = "androidx.appcompat:appcompat:1.3.0-beta01"
|
||||
const val browser = "androidx.browser:browser:1.3.0"
|
||||
const val coreKtx = "androidx.core:core-ktx:1.5.0-beta01"
|
||||
const val coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10"
|
||||
const val material = "com.google.android.material:material:1.3.0-beta01"
|
||||
|
||||
object Compose {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue