2025-01-24 07:57:56 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
2025-02-12 02:28:59 -08:00
|
|
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
|
|
|
|
This source code is licensed under the MIT license found in the
|
|
|
|
LICENSE file in the root directory of this source tree.
|
2025-01-24 07:57:56 -08:00
|
|
|
-->
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.facebook.yoga"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0"
|
|
|
|
>
|
|
|
|
|
2017-02-23 04:57:16 -08:00
|
|
|
<application/>
|
|
|
|
|
|
|
|
</manifest>
|