We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65f430 commit 44d2f0cCopy full SHA for 44d2f0c
1 file changed
README.md
@@ -123,7 +123,7 @@ If you intend to use is not all fonts, the extra fonts can be removed.
123
``` xml
124
android.applicationVariants.all{ variant ->
125
variant.mergeAssets.doFirst {
126
- File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.1.0/assets/fonts")
+ File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.2.0/assets/fonts")
127
if (fonts.exists()) {
128
for (File file : fonts.listFiles()) {
129
if (file.getName().contains("RobotoSlab")) {
0 commit comments