Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Airsaid committed Nov 3, 2021
1 parent 3faf1fb commit 804eb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ dependencies {
androidTestImplementation(Libs.Test.ESPRESSO)
implementation(Libs.SAMPLE)
implementation(project(":multistatelayout"))
// implementation(Libs.MULTISTATELAYOUT)
}
2 changes: 2 additions & 0 deletions buildSrc/src/main/java/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ object Libs {

const val TIMBER = "com.jakewharton.timber:timber:4.7.1"
const val LEAKCANARY = "com.squareup.leakcanary:leakcanary-android:2.7"

const val MULTISTATELAYOUT = "com.airsaid:multistatelayout:1.0.0"
}

0 comments on commit 804eb45

Please sign in to comment.