Skip to content

Commit 9a52ff5

Browse files
committed
Prepare release 2.4.3.
1 parent 1b33c32 commit 9a52ff5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Change Log
22
==========
33

44

5+
## Version 2.4.3
6+
7+
_2015-09-11_
8+
9+
* Implemented `RobotoTextAppearanceSpan`.
10+
* Updated build tools and dependencies (Gradle Plugin 1.5.0-beta2, AppCompat v23.1).
11+
12+
513
## Version 2.4.2
614

715
_2015-08-31_

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download
3131
Gradle:
3232

3333
```groovy
34-
compile 'com.github.johnkil.android-robototextview:robototextview:2.4.2'
34+
compile 'com.github.johnkil.android-robototextview:robototextview:2.4.3'
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.4.2</version>
43+
<version>2.4.3</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.4.2/assets/fonts")
131+
File fonts = file("${projectDir}/build/intermediates/exploded-aar/com.github.johnkil.android-robototextview/robototextview/2.4.3/assets/fonts")
132132
if (fonts.exists()) {
133133
for (File file : fonts.listFiles()) {
134134
if (file.getName().contains("RobotoSlab")) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
22
GROUP=com.github.johnkil.android-robototextview
3-
VERSION_NAME=2.4.3-SNAPSHOT
3+
VERSION_NAME=2.4.3
44

55
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 fonts.
66

0 commit comments

Comments
 (0)