Skip to content

Commit 55ef7e5

Browse files
xiphirxfacebook-github-bot
authored andcommitted
Version 1.3.0
Summary: Adds justification mode + letter spacing + apache 2 license Reviewed By: nscoding Differential Revision: D7935609 fbshipit-source-id: 5a3b4583cdf278441dbcbb376e6eb16c955177d9
1 parent f2e9335 commit 55ef7e5

5 files changed

Lines changed: 7 additions & 7 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.2.0'
17+
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.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.2.0</version>
26+
<version>1.3.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.2.0'</pre>
118+
<pre>compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.3.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.2.0&lt;/version&gt;
126+
&lt;version&gt;1.3.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.3.0-SNAPSHOT
18+
VERSION_NAME=1.3.0
1919

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

library/libs/proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ targetCompatibility = 1.7
2626

2727
jar {
2828
baseName = 'staticlayout-proxy'
29-
version = '1.3'
29+
version = '1.3.0'
3030
}
3131

3232
task sourcesJar(type: Jar, dependsOn: classes) {

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.3-SNAPSHOT
18+
VERSION_NAME=1.3.0
1919

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

0 commit comments

Comments
 (0)