Skip to content

Commit

Permalink
Rename library module to barista (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Dec 3, 2022
1 parent 11381cb commit 0d62e60
Show file tree
Hide file tree
Showing 109 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation("androidx.core:core-ktx:1.0.1")

androidTestUtil("androidx.test:orchestrator:1.4.1")
androidTestImplementation(project(":barista"))

androidTestImplementation(project(":library"))
androidTestImplementation("org.assertj:assertj-core:2.9.1")
androidTestImplementation("com.nhaarman:mockito-kotlin:1.5.0")
androidTestImplementation("org.mockito:mockito-android:2.28.2")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gradleEnterprise {
publishAlways()
}
}
include ':sample', ':library'
include ':sample', ':barista'
include ':barista-compose'

0 comments on commit 0d62e60

Please sign in to comment.