blob: 68ead89949d50178c8bf39f8af0ae025abb34fd3 [file] [log] [blame]
<?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>