Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Crane] Removes appcompat dependency
  • Loading branch information
Manuel Vivo committed Oct 9, 2020
commit fa70d1c75d1b371f880479e6aecb780657567ea6
1 change: 0 additions & 1 deletion Crane/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ dependencies {
implementation Libs.AndroidX.Compose.animation
implementation Libs.AndroidX.UI.tooling

implementation Libs.AndroidX.appcompat
implementation Libs.Accompanist.coil

androidTestImplementation Libs.AndroidX.Test.runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ object Libs {
}

object AndroidX {
const val appcompat = "androidx.appcompat:appcompat:1.3.0-alpha02"

object Compose {
const val snapshot = "6891475"
const val version = "1.0.0-SNAPSHOT"
Expand Down