Skip to content

Commit 331645e

Browse files
committed
Update README.md
1 parent d46ac4c commit 331645e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download
3131
Gradle:
3232

3333
```groovy
34-
compile 'com.github.johnkil.android-robototextview:robototextview:2.4.0'
34+
compile 'com.github.johnkil.android-robototextview:robototextview:2.4.1'
3535
```
3636

3737
Maven:
@@ -40,7 +40,7 @@ Maven:
4040
<dependency>
4141
<groupId>com.github.johnkil.android-robototextview</groupId>
4242
<artifactId>robototextview</artifactId>
43-
<version>2.4.0</version>
43+
<version>2.4.1</version>
4444
<type>aar</type>
4545
</dependency>
4646
```
@@ -128,7 +128,7 @@ If you intend to use is not all fonts, the extra fonts can be removed.
128128
``` xml
129129
android.applicationVariants.all{ variant ->
130130
variant.mergeAssets.doFirst {
131-
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.4.0/assets/fonts")
131+
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.4.1/assets/fonts")
132132
if (fonts.exists()) {
133133
for (File file : fonts.listFiles()) {
134134
if (file.getName().contains("RobotoSlab")) {

0 commit comments

Comments
 (0)