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 ] }