Skip to content

Commit edd45a4

Browse files
xiphirxfacebook-github-bot
authored andcommitted
1.4.0
Summary: Closes #26 Differential Revision: D8558453 Pulled By: xiphirx fbshipit-source-id: c2277437928f26aca853798bd7b1c17e1657e5bb
1 parent c170e3a commit edd45a4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
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.1'
17+
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.0'
1818
```
1919

2020
or, if using Maven:

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.1'</pre>
118+
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.0'</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.1&lt;/version&gt;
126+
&lt;version&gt;1.4.0&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.4.0
1919

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

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.4.0
1919

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

0 commit comments

Comments
 (0)