You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 579B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (c) 2016-present, Facebook, Inc.
  4. All rights reserved.
  5. This source code is licensed under the BSD-style license found in the
  6. LICENSE file in the root directory of this source tree. An additional grant
  7. of patent rights can be found in the PATENTS file in the same directory.
  8. -->
  9. <manifest
  10. package="com.facebook.fbui.textlayoutbuilder"
  11. xmlns:android="http://schemas.android.com/apk/res/android" >
  12. <uses-sdk
  13. android:minSdkVersion="9"
  14. android:targetSdkVersion="24" />
  15. </manifest>