Skip to content

Commit

Permalink
Remove TextLayoutBuilder from ReactAndroid dependency (facebook#20600)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dulmandakh authored and aleclarson committed Sep 16, 2018
1 parent a76991d commit adde089
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ dependencies {
compile 'com.facebook.infer.annotation:infer-annotation:0.11.2'
compile 'javax.inject:javax.inject:1'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
compile "com.facebook.fresco:fresco:${FRESCO_VERSION}"
compile "com.facebook.fresco:imagepipeline-okhttp3:${FRESCO_VERSION}"
compile 'com.facebook.soloader:soloader:0.5.1'
Expand Down
4 changes: 0 additions & 4 deletions ReactAndroid/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
-dontwarn com.facebook.react.**
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }

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

# okhttp

-keepattributes Signature
Expand Down
34 changes: 0 additions & 34 deletions ReactAndroid/src/main/libraries/textlayoutbuilder/BUCK

This file was deleted.

0 comments on commit adde089

Please sign in to comment.