mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
build
This commit is contained in:
parent
c9a2d4108c
commit
2a74f9b741
1 changed files with 0 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
|||
import com.lagradost.cloudstream3.gradle.CloudstreamExtension
|
||||
import com.android.build.gradle.BaseExtension
|
||||
//import org.jetbrains.kotlin.konan.properties.Properties
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -42,13 +41,6 @@ subprojects {
|
|||
authors = listOf("Hexated")
|
||||
}
|
||||
|
||||
// fun getApiKey(key: String): String {
|
||||
// val propFile = rootProject.file("./local.properties")
|
||||
// val properties = java.util.Properties()
|
||||
// properties.load(java.io.FileInputStream(propFile))
|
||||
// return properties.getProperty(key)
|
||||
// }
|
||||
|
||||
android {
|
||||
compileSdkVersion(33)
|
||||
|
||||
|
@ -56,12 +48,6 @@ subprojects {
|
|||
minSdk = 21
|
||||
targetSdk = 33
|
||||
|
||||
// val properties = Properties()
|
||||
// properties.load(project.rootProject.file("local.properties").inputStream())
|
||||
//
|
||||
// buildConfigField("String", "LOKLOK_API", "\"${properties.getProperty("LOKLOK_API")}\"")
|
||||
// buildConfigField("String", "SORA_API", "\"${getApiKey("SORA_API")}\"")
|
||||
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in a new issue