Skip to content

Commit adde089

Browse files
dulmandakhaleclarson
authored andcommitted
Remove TextLayoutBuilder from ReactAndroid dependency (facebook#20600)
Summary: This PR removes TextLayoutBuilder, which is not used anywhere. Pull Request resolved: facebook#20600 Reviewed By: achen1 Differential Revision: D9367345 Pulled By: hramos fbshipit-source-id: 407a6a80f5c69650fcc7167b28214f7315beed2f
1 parent a76991d commit adde089

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

ReactAndroid/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ dependencies {
296296
compile 'com.facebook.infer.annotation:infer-annotation:0.11.2'
297297
compile 'javax.inject:javax.inject:1'
298298
compile 'com.android.support:appcompat-v7:27.1.1'
299-
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
300299
compile "com.facebook.fresco:fresco:${FRESCO_VERSION}"
301300
compile "com.facebook.fresco:imagepipeline-okhttp3:${FRESCO_VERSION}"
302301
compile 'com.facebook.soloader:soloader:0.5.1'

ReactAndroid/proguard-rules.pro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
-dontwarn com.facebook.react.**
5252
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }
5353

54-
# TextLayoutBuilder uses a non-public Android constructor within StaticLayout.
55-
# See libs/proxy/src/main/java/com/facebook/fbui/textlayoutbuilder/proxy for details.
56-
-dontwarn android.text.StaticLayout
57-
5854
# okhttp
5955

6056
-keepattributes Signature

ReactAndroid/src/main/libraries/textlayoutbuilder/BUCK

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)