Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Summary: Adds justification mode + letter spacing + apache 2 license

Reviewed By: nscoding

Differential Revision: D7935609

fbshipit-source-id: 5a3b4583cdf278441dbcbb376e6eb16c955177d9
  • Loading branch information
xiphirx authored and facebook-github-bot committed May 9, 2018
1 parent f2e9335 commit 55ef7e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.2.0'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.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.2.0</version>
<version>1.3.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.2.0'</pre>
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.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.2.0&lt;/version&gt;
&lt;version&gt;1.3.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.3.0-SNAPSHOT
VERSION_NAME=1.3.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/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ targetCompatibility = 1.7

jar {
baseName = 'staticlayout-proxy'
version = '1.3'
version = '1.3.0'
}

task sourcesJar(type: Jar, dependsOn: classes) {
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.3-SNAPSHOT
VERSION_NAME=1.3.0

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

0 comments on commit 55ef7e5

Please sign in to comment.