Files
Nebula-domain-server-rk/config.gradle
2025-09-28 17:54:32 +08:00

31 lines
894 B
Groovy
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ext {
appNamespace = 'com.android.systemss'
package_name = 'com.android.systemss'
host = "\"https://sdkapi.coolplay.tv\""
ISDEBUG = true
channel = [
rk : "\"rk\"",
allwinner: "\"allwinner\""
]
api = [
//艾科
clientId : "\"S281640218\"",
clientSecret: "\"6ad8fbea596f416abface91b43e4b6f2\""
]
// api = [
// //酷玩
// clientId : "\"S754918136\"",
// clientSecret: "\"4f9de9cfdc4643e89e6d0d26a22828d5\""
// ]
versions = [
minSdkVersion : 21,
compileSdkVersion: 34,
targetSdkVersion : 34,
versionCode : 100,
versionName : "nebula-1.0.100-rk"
// Allwinner name 6.0.0 code 60888880
// RK name 7.0.0 code 70888880
]
}