Skip to content

Commit ec614f8

Browse files
update dependencies
1 parent edd30f9 commit ec614f8

5 files changed

Lines changed: 1394 additions & 27 deletions

File tree

AlqanimeProvider/build.gradle.kts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
android {
2+
namespace = "com.alqanime"
3+
}
4+
5+
version = 1
6+
7+
cloudstream {
8+
language = "id"
9+
description = "Alqanime — Streaming Anime, Donghua Subtitle Indonesia"
10+
authors = listOf("Miku")
11+
status = 1
12+
tvTypes = listOf(
13+
"AnimeMovie",
14+
"OVA",
15+
"Anime",
16+
)
17+
iconUrl = "https://cloudstream.zvlz.my.id/icon/alqanime.png"
18+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest />

0 commit comments

Comments
 (0)