Skip to content

Commit 9e1f10b

Browse files
committed
Update README.md
1 parent 16f49dc commit 9e1f10b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Supported fonts:
2222
Compatibility
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

2828
Download
@@ -31,7 +31,7 @@ Download
3131
Gradle:
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

3737
Maven:
@@ -40,7 +40,7 @@ Maven:
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
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.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")) {

0 commit comments

Comments
 (0)