Logo
Explore Help
Sign In
DaddyFrosty/yoga
1
0
Fork 0
You've already forked yoga
Code Issues 96 Pull Requests 31 Actions Packages Projects Releases 33 Wiki Activity
Files
49ee855f99fb67079c24d507a4ea1b6d80fa2ebf
yoga/java/AndroidManifest.xml

21 lines
438 B
XML
Raw Normal View History

Add aar BUCK targets to export Litho libraries as aars (#1782) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1782 This adds fb_native.android_aar targets for resources that are needed by Litho at runtime and cannot be exported as jars. - resource modules referenced by Litho - Yoga library. Some dependencies required by Yoga neded to be added as "provided_deps" so they don't get exported with the aar Reviewed By: astreet Differential Revision: D68152410 fbshipit-source-id: 7dc2ffa0b60a4ca160a011d16d2dc5ab91f608a6
2025-01-24 07:57:56 -08:00
<?xml version="1.0" encoding="utf-8"?>
<!--
(c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.facebook.yoga"
android:versionCode="1"
android:versionName="1.0"
>
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="31"
/>
Gradle for java library Summary: This builds the java bindings with gradle, and adds a script for Facebook employees to upload the generated artifacts to JCenter. Reviewed By: emilsjolander Differential Revision: D4597335 fbshipit-source-id: 4c01695a8638000a417bfb49deba4b9b9b4e114b
2017-02-23 04:57:16 -08:00
<application/>
</manifest>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 177ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API