Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
Summary: AndroidX among other things

Reviewed By: sjkirby

Differential Revision: D14213209

fbshipit-source-id: 957c7f02d98dd29069e52d7498426e8970c2bc80
  • Loading branch information
xiphirx authored and facebook-github-bot committed Feb 25, 2019
1 parent 6ccab33 commit 49c6c2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Build text [Layout](https://developer.android.com/reference/android/text/Layout.
If using Gradle, add this to your `build.gradle`:

```groovy
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.0'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.5.0'
```

or, if using Maven:
Expand All @@ -23,7 +23,7 @@ or, if using Maven:
<dependency>
<groupId>com.facebook.fbui.textlayoutbuilder</groupId>
<artifactId>textlayoutbuilder</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ <h3>Download</h3>
<ul>
<li>
If using Gradle, add this to your <code>build.gradle</code>:
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.0'</pre>
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.5.0'</pre>
</li>
<li>
or, if using Maven:
<pre>
&lt;dependency&gt;
&lt;groupId&gt;com.facebook.fbui.textlayoutbuilder&lt;/groupId&gt;
&lt;artifactId&gt;textlayoutbuilder&lt;/artifactId&gt;
&lt;version&gt;1.4.0&lt;/version&gt;
&lt;version&gt;1.5.0&lt;/version&gt;
&lt;typen&gt;aar&lt;/type&gt;
&lt;/dependency&gt;</pre>
</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

GROUP=com.facebook.fbui.textlayoutbuilder
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0

POM_NAME=TextLayoutBuilder
POM_DESCRIPTION=Better way to create text Layouts on Android
Expand Down
2 changes: 1 addition & 1 deletion library/libs/proxy/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

GROUP=com.facebook.fbui.textlayoutbuilder
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0

POM_NAME=StaticLayoutProxy
POM_DESCRIPTION=Helper to access hidden StaticLayout constructor in Android
Expand Down

0 comments on commit 49c6c2b

Please sign in to comment.