Skip to content

Commit abf3d2c

Browse files
xiphirxfacebook-github-bot
authored andcommitted
Version 1.3.1
Summary: Hotfix for bad API check when specifying justification mode Reviewed By: sjkirby Differential Revision: D7955093 fbshipit-source-id: 98acc8cdd77ec5c2de5b6b327eb77de24c18979a
1 parent fefb033 commit abf3d2c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Build text [Layout](https://developer.android.com/reference/android/text/Layout.
1414
If using Gradle, add this to your `build.gradle`:
1515

1616
```groovy
17-
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.0'
17+
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.1'
1818
```
1919

2020
or, if using Maven:
@@ -23,7 +23,7 @@ or, if using Maven:
2323
<dependency>
2424
<groupId>com.facebook.fbui.textlayoutbuilder</groupId>
2525
<artifactId>textlayoutbuilder</artifactId>
26-
<version>1.3.0</version>
26+
<version>1.3.1</version>
2727
<type>aar</type>
2828
</dependency>
2929
```

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ <h3>Download</h3>
115115
<ul>
116116
<li>
117117
If using Gradle, add this to your <code>build.gradle</code>:
118-
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.0'</pre>
118+
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.1'</pre>
119119
</li>
120120
<li>
121121
or, if using Maven:
122122
<pre>
123123
&lt;dependency&gt;
124124
&lt;groupId&gt;com.facebook.fbui.textlayoutbuilder&lt;/groupId&gt;
125125
&lt;artifactId&gt;textlayoutbuilder&lt;/artifactId&gt;
126-
&lt;version&gt;1.3.0&lt;/version&gt;
126+
&lt;version&gt;1.3.1&lt;/version&gt;
127127
&lt;typen&gt;aar&lt;/type&gt;
128128
&lt;/dependency&gt;</pre>
129129
</li>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
GROUP=com.facebook.fbui.textlayoutbuilder
18-
VERSION_NAME=1.4.0-SNAPSHOT
18+
VERSION_NAME=1.3.1
1919

2020
POM_NAME=TextLayoutBuilder
2121
POM_DESCRIPTION=Better way to create text Layouts on Android

library/libs/proxy/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ targetCompatibility = 1.7
2626

2727
jar {
2828
baseName = 'staticlayout-proxy'
29-
version = '1.4.0'
29+
version = '1.3.1'
3030
}
3131

3232
task sourcesJar(type: Jar, dependsOn: classes) {

library/libs/proxy/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
GROUP=com.facebook.fbui.textlayoutbuilder
18-
VERSION_NAME=1.4.0-SNAPSHOT
18+
VERSION_NAME=1.3.1
1919

2020
POM_NAME=StaticLayoutProxy
2121
POM_DESCRIPTION=Helper to access hidden StaticLayout constructor in Android

0 commit comments

Comments
 (0)