<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.customization.themes"
    android:versionCode="1">

    <uses-sdk
      android:minSdkVersion="31"
      android:targetSdkVersion="31"/>

    <application
        android:hasCode="false"
        android:label="@string/app_name"/>

</manifest>
