首次提交

This commit is contained in:
2025-09-29 08:52:07 +08:00
commit 6379786d0b
109 changed files with 15030 additions and 0 deletions

30
config.gradle Normal file
View File

@@ -0,0 +1,30 @@
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
]
}