Skip to content

Commit 7e15a48

Browse files
committed
Update README.md
1 parent b9085f1 commit 7e15a48

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Gradle
150150

151151
If you intend to use is not all fonts, the extra fonts can be removed.
152152

153-
``` gradle
153+
```groovy
154154
android.applicationVariants.all{ variant ->
155155
variant.mergeAssets.doLast {
156156
File fonts = file("$variant.mergeAssets.outputDir/fonts")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.johnkil.android-robototextview
2-
VERSION_NAME=2.6.0-SNAPSHOT
2+
VERSION_NAME=3.0.0-SNAPSHOT
33

44
POM_DESCRIPTION=Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab and Roboto Mono fonts.
55

robototextview-gradle-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ apply plugin: 'com.devspark.robototextview.gradle-plugin'
2727
```
2828

2929

30-
Configuration
31-
-------------
30+
Usage
31+
-----
3232

3333
To specify the fonts that you want to exclude:
3434

0 commit comments

Comments
 (0)