Skip to content

Commit

Permalink
fix: include assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptiawanAjiP committed Sep 22, 2023
1 parent 2bf3125 commit 26442fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chartjs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ android {
buildFeatures {
viewBinding true
}

sourceSets {
main {
assets.srcDirs = ['src/main/assets']
}
}
}

dependencies {
Expand Down

0 comments on commit 26442fe

Please sign in to comment.