Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Jan 23, 2015
1 parent 16f49dc commit 9e1f10b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported fonts:
Compatibility
-------------

This library is compatible from API 3 (Android 1.5).
This library is compatible from API 7 (Android 2.1).


Download
Expand All @@ -31,7 +31,7 @@ Download
Gradle:

```groovy
compile 'com.github.johnkil.android-robototextview:robototextview:2.2.0'
compile 'com.github.johnkil.android-robototextview:robototextview:2.3.0'
```

Maven:
Expand All @@ -40,7 +40,7 @@ Maven:
<dependency>
<groupId>com.github.johnkil.android-robototextview</groupId>
<artifactId>robototextview</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -128,7 +128,7 @@ If you intend to use is not all fonts, the extra fonts can be removed.
``` xml
android.applicationVariants.all{ variant ->
variant.mergeAssets.doFirst {
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.2.0/assets/fonts")
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/`2.3.0/assets/fonts")
if (fonts.exists()) {
for (File file : fonts.listFiles()) {
if (file.getName().contains("RobotoSlab")) {
Expand Down

0 comments on commit 9e1f10b

Please sign in to comment.