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"
|
|
|
|
/>
|
2017-02-23 04:57:16 -08:00
|
|
|
|
|
|
|
<application/>
|
|
|
|
|
|
|
|
</manifest>
|