blob: 68ead89949d50178c8bf39f8af0ae025abb34fd3 [file] [log] [blame]
Kunhung Li7b10d5b2022-07-06 16:19:47 +08001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.customization.themes"
4 android:versionCode="1">
5
6 <uses-sdk
7 android:minSdkVersion="31"
8 android:targetSdkVersion="31"/>
9
10 <application
11 android:hasCode="false"
12 android:label="@string/app_name"/>
13
14</manifest>