Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit e4310d1

Browse files
committed
Add missing files
1 parent cde8fc1 commit e4310d1

File tree

8 files changed

+26
-0
lines changed

8 files changed

+26
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<application>
5+
<activity
6+
android:name="eu.kanade.tachiyomi.multisrc.madara.MadaraUrlActivity"
7+
android:excludeFromRecents="true"
8+
android:exported="true"
9+
android:theme="@android:style/Theme.NoDisplay">
10+
<intent-filter>
11+
<action android:name="android.intent.action.VIEW" />
12+
13+
<category android:name="android.intent.category.DEFAULT" />
14+
<category android:name="android.intent.category.BROWSABLE" />
15+
<data
16+
android:host="${SOURCEHOST}"
17+
android:pathPattern="/.*/..*"
18+
android:scheme="${SOURCESCHEME}" />
19+
</intent-filter>
20+
</activity>
21+
</application>
22+
</manifest>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dependencies {
2+
implementation(project(":lib-cryptoaes"))
3+
implementation(project(":lib-randomua"))
4+
}
3.04 KB
Loading
1.69 KB
Loading
4.19 KB
Loading
7.46 KB
Loading
13.2 KB
Loading
73.5 KB
Loading

0 commit comments

Comments
 (0)