Skip to content

Commit

Permalink
Removed accompanist dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <arnyminer.z@gmail.com>
  • Loading branch information
ArnyminerZ committed Apr 17, 2023
1 parent 56aff1b commit ec635e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ buildscript {
dokka: '1.8.10',
conscrypt: '2.5.2',
compose: '1.4.4',
composeBom: '2023.01.00',
accompanist: '0.30.1'
composeBom: '2023.01.00'
]

repositories {
Expand Down Expand Up @@ -84,9 +83,6 @@ dependencies {
// Jetpack Compose - ViewModel Support
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'

// Jetpack Compose - Accompanist libraries
implementation "com.google.accompanist:accompanist-themeadapter-material:${versions.accompanist}"

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
Expand Down

0 comments on commit ec635e8

Please sign in to comment.