mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
parent
b408afe008
commit
36744a22a3
15 changed files with 1 additions and 85 deletions
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 2
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 1
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = "This pack contains Anime4up and Witanime"
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 2
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 2
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 3
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 1
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 3
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = "Some LinkBox links are broken idk why"
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 2
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 6
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 2
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 3
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 5
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = "Not recommended for series."
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 6
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
}
|
||||
version = 7
|
||||
dependencies {
|
||||
implementation("androidx.core:core-ktx:+")
|
||||
}
|
||||
|
||||
cloudstream {
|
||||
description = ""
|
||||
|
|
|
@ -13,7 +13,7 @@ buildscript {
|
|||
classpath("com.android.tools.build:gradle:7.0.4")
|
||||
// Cloudstream gradle plugin which makes everything work and builds plugins
|
||||
classpath("com.github.recloudstream:gradle:master-SNAPSHOT")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20-Beta")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue