Skip to content

Commit

Permalink
Fix compatible problem with Android Gradle Plugin (oblador#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored and oblador committed Oct 11, 2018
1 parent 77c0010 commit ceee09f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fonts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ gradle.projectsEvaluated {
from(iconFontsDir)
include(name)
into("${buildDir}/intermediates/assets/${targetPath}/fonts/")

// compatible with Android Gradle Plugin 3.2+ new asset directory
into("${buildDir}/intermediates/merged_assets/${targetPath}/merge${targetName}Assets/out/fonts/")
}
}

Expand Down

0 comments on commit ceee09f

Please sign in to comment.