File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Download
3131Gradle:
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
3737Maven:
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
129129android.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")) {
You can’t perform that action at this time.
0 commit comments