1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.linttest"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="21"
8-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml
9        android:targetSdkVersion="29" />
9-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml
10
11    <application
11-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:5:5-11:49
12        android:allowBackup="false"
12-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:6:9-36
13        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
13-->[androidx.core:core:1.3.1] /Users/jonfry/.gradle/caches/transforms-2/files-2.1/0b84c8b1742a7dbc477c96963ab0c704/core-1.3.1/AndroidManifest.xml:24:18-86
14        android:debuggable="true"
15        android:icon="@mipmap/ic_launcher"
15-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:7:9-43
16        android:label="@string/app_name"
16-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:8:9-41
17        android:roundIcon="@mipmap/ic_launcher_round"
17-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:9:9-54
18        android:supportsRtl="true"
18-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:10:9-35
19        android:theme="@style/Theme.LintTest" />
19-->/Users/jonfry/Android/Linttest/app/src/main/AndroidManifest.xml:11:9-46
20
21</manifest>
