Skip to content

Commit 44d2f0c

Browse files
committed
Update README.md
1 parent a65f430 commit 44d2f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you intend to use is not all fonts, the extra fonts can be removed.
123123
``` xml
124124
android.applicationVariants.all{ variant ->
125125
variant.mergeAssets.doFirst {
126-
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.1.0/assets/fonts")
126+
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.2.0/assets/fonts")
127127
if (fonts.exists()) {
128128
for (File file : fonts.listFiles()) {
129129
if (file.getName().contains("RobotoSlab")) {

0 commit comments

Comments
 (0)