Set up proguard-annotations as separate Maven artifact
Summary: We need one place, any place really, to publish that good old `DoNotStrip` annotation from that we currently copy across various repos, causing havoc for anybody who tries to integrate more than one FB Android library into their project. Yoga is very well positioned for this because it's already its own Gradle module and all that's missing are these few lines. Reviewed By: SidharthGuglani Differential Revision: D16783035 fbshipit-source-id: 69b6224a725194d036c6a23a36bd76d3487b9811
This commit is contained in:
committed by
Facebook Github Bot
parent
90cded3819
commit
58622fa747
@@ -6,3 +6,4 @@
|
||||
*/
|
||||
|
||||
apply plugin: 'java'
|
||||
apply from: rootProject.file('gradle/release.gradle')
|
||||
|
Reference in New Issue
Block a user