Skip to content

Commit

Permalink
[feature/#4] binding, balloon 빌드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
papajj06 committed Jul 6, 2022
1 parent 1c71a63 commit 9ce6ac3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures{
viewBinding true
dataBinding true
}
}

dependencies {
Expand Down Expand Up @@ -79,4 +83,7 @@ dependencies {

// Timber
implementation 'com.jakewharton.timber:timber:5.0.1'

//balloon message
implementation "com.github.skydoves:balloon:1.3.6"
}

0 comments on commit 9ce6ac3

Please sign in to comment.