Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Summary: Closes #26

Differential Revision: D8558453

Pulled By: xiphirx

fbshipit-source-id: c2277437928f26aca853798bd7b1c17e1657e5bb
  • Loading branch information
xiphirx authored and facebook-github-bot committed Jun 21, 2018
1 parent c170e3a commit edd45a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.3.1'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.0'
```

or, if using Maven:
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.3.1'</pre>
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.4.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.3.1&lt;/version&gt;
&lt;version&gt;1.4.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.4.0-SNAPSHOT
VERSION_NAME=1.4.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.4.0-SNAPSHOT
VERSION_NAME=1.4.0

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

0 comments on commit edd45a4

Please sign in to comment.