1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.my_tutorial_tapbutton_counter"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="23"
8-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml
9        android:targetSdkVersion="30" />
9-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml
10
11    <application
11-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:5:5-22:22
12        android:allowBackup="true"
12-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:6:9-35
13        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
13-->[androidx.core:core:1.3.1] C:\Users\jozefg\gradle-6.8.3\caches\transforms-3\07c59ce48db8fcf68429c1def5908faf\transformed\core-1.3.1\AndroidManifest.xml:24:18-86
14        android:debuggable="true"
15        android:extractNativeLibs="false"
16        android:icon="@mipmap/ic_launcher"
16-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:7:9-43
17        android:label="@string/app_name"
17-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:8:9-41
18        android:roundIcon="@mipmap/ic_launcher_round"
18-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:9:9-54
19        android:supportsRtl="true"
19-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:10:9-35
20        android:testOnly="true"
21        android:theme="@style/Theme.My_Tutorial_TapButton_Counter" >
21-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:11:9-67
22
23        <!-- <activity android:name=".MainActivity"> -->
24        <!-- android:screenOrientation="landscape"> -->
25        <activity
25-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:14:9-21:21
26            android:name="com.example.my_tutorial_tapbutton_counter.main_layout"
26-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:14:19-46
27            android:screenOrientation="landscape" >
27-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:15:9-46
28            <intent-filter>
28-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:16:16-20:32
29                <action android:name="android.intent.action.MAIN" />
29-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:17:20-72
29-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:17:28-69
30
31                <category android:name="android.intent.category.LAUNCHER" />
31-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:19:20-80
31-->D:\Classes_LV\481_Mobile_App_Dev_with_Android\LAB 481_WORKED_All_MyStud_Cornez\1-2_MY_Tutorial_TapButton_Counter++\app\src\main\AndroidManifest.xml:19:30-77
32            </intent-filter>
33        </activity>
34    </application>
35
36</manifest>
