Skip to content

Commit 49c6c2b

Browse files
xiphirxfacebook-github-bot
authored andcommitted
1.5.0
Summary: AndroidX among other things Reviewed By: sjkirby Differential Revision: D14213209 fbshipit-source-id: 957c7f02d98dd29069e52d7498426e8970c2bc80
1 parent 6ccab33 commit 49c6c2b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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.4.0'
17+
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.5.0'
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.1</version>
26+
<version>1.5.0</version>
2727
<type>aar</type>
2828
</dependency>
2929
```

docs/index.html

Lines changed: 2 additions & 2 deletions
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.4.0'</pre>
118+
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.5.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.4.0&lt;/version&gt;
126+
&lt;version&gt;1.5.0&lt;/version&gt;
127127
&lt;typen&gt;aar&lt;/type&gt;
128128
&lt;/dependency&gt;</pre>
129129
</li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

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

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

library/libs/proxy/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

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

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

0 commit comments

Comments
 (0)