mirror of
https://github.com/jahruz67/Bible-Daily.git
synced 2026-08-08 18:14:05 +00:00
first commit
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
3 package="com.bibliadiaria.app"
|
||||
4 android:versionCode="1"
|
||||
5 android:versionName="1.0" >
|
||||
6
|
||||
7 <uses-sdk
|
||||
8 android:minSdkVersion="23"
|
||||
9 android:targetSdkVersion="35" />
|
||||
10
|
||||
11 <uses-permission android:name="android.permission.INTERNET" />
|
||||
11-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:4:5-67
|
||||
11-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:4:22-64
|
||||
12
|
||||
13 <application
|
||||
13-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:6:5-25:19
|
||||
14 android:allowBackup="true"
|
||||
14-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:7:9-35
|
||||
15 android:debuggable="true"
|
||||
16 android:extractNativeLibs="false"
|
||||
17 android:icon="@drawable/ic_launcher"
|
||||
17-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:8:9-45
|
||||
18 android:label="@string/app_name"
|
||||
18-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:9:9-41
|
||||
19 android:theme="@style/AppTheme"
|
||||
19-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:10:9-40
|
||||
20 android:usesCleartextTraffic="false" >
|
||||
20-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:11:9-45
|
||||
21 <activity
|
||||
21-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:12:9-14:40
|
||||
22 android:name="com.bibliadiaria.app.ExtrasActivity"
|
||||
22-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:13:13-43
|
||||
23 android:exported="false" />
|
||||
23-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:14:13-37
|
||||
24 <activity
|
||||
24-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:16:9-24:20
|
||||
25 android:name="com.bibliadiaria.app.MainActivity"
|
||||
25-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:17:13-41
|
||||
26 android:exported="true" >
|
||||
26-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:18:13-36
|
||||
27 <intent-filter>
|
||||
27-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:19:13-23:29
|
||||
28 <action android:name="android.intent.action.MAIN" />
|
||||
28-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:20:17-69
|
||||
28-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:20:25-66
|
||||
29
|
||||
30 <category android:name="android.intent.category.LAUNCHER" />
|
||||
30-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:22:17-77
|
||||
30-->C:\Users\360he\Documents\Bible app\app\src\main\AndroidManifest.xml:22:27-74
|
||||
31 </intent-filter>
|
||||
32 </activity>
|
||||
33 </application>
|
||||
34
|
||||
35</manifest>
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
3 package="com.bibliadiaria.app.test" >
|
||||
4
|
||||
5 <uses-sdk
|
||||
5-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:5:5-74
|
||||
6 android:minSdkVersion="23"
|
||||
6-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:5:15-41
|
||||
7 android:targetSdkVersion="35" />
|
||||
7-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:5:42-71
|
||||
8
|
||||
9 <instrumentation
|
||||
9-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:11:5-15:70
|
||||
10 android:name="android.test.InstrumentationTestRunner"
|
||||
10-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:11:22-75
|
||||
11 android:functionalTest="false"
|
||||
11-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:14:22-52
|
||||
12 android:handleProfiling="false"
|
||||
12-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:13:22-53
|
||||
13 android:label="Tests for com.bibliadiaria.app"
|
||||
13-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:15:22-68
|
||||
14 android:targetPackage="com.bibliadiaria.app" />
|
||||
14-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:12:22-66
|
||||
15
|
||||
16 <application
|
||||
16-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:7:5-9:19
|
||||
17 android:debuggable="true"
|
||||
18 android:extractNativeLibs="false" >
|
||||
19 <uses-library android:name="android.test.runner" />
|
||||
19-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:8:9-60
|
||||
19-->C:\Users\360he\Documents\Bible app\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest13603668895631883139.xml:8:23-57
|
||||
20 </application>
|
||||
21
|
||||
22</manifest>
|
||||
Reference in New Issue
Block a user