1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.bytelyst.platform" >
4    <!--
5 No permissions needed at the library level.
6         Consumer apps declare their own permissions.
7    -->
8    <uses-sdk android:minSdkVersion="26" />
9
10</manifest>
