File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Supported fonts:
2222Compatibility
2323-------------
2424
25- This library is compatible from API 3 (Android 1.5 ).
25+ This library is compatible from API 7 (Android 2.1 ).
2626
2727
2828Download
@@ -31,7 +31,7 @@ Download
3131Gradle:
3232
3333``` groovy
34- compile 'com.github.johnkil.android-robototextview:robototextview:2.2 .0'
34+ compile 'com.github.johnkil.android-robototextview:robototextview:2.3 .0'
3535```
3636
3737Maven:
4040<dependency >
4141 <groupId >com.github.johnkil.android-robototextview</groupId >
4242 <artifactId >robototextview</artifactId >
43- <version >2.2 .0</version >
43+ <version >2.3 .0</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.2 .0/assets/fonts")
131+ File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/`2.3 .0/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