代码拉取完成,页面将自动刷新
同步操作将从 玖发科技/飞鱼课堂 仿抖音 小红书 直播 腾讯课堂 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://mvn.mob.com/android" }
// maven {
// url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
// credentials {
// // Be sure to add these non-sensitive credentials in order to retrieve dependencies from
// // the private repository.
// username "paypal_sgerritz"
// password "AKCp8jQ8tAahqpT5JjZ4FRP2mW7GMoFZ674kGqHmupTesKeAY2G8NcmPKLuTxTGkKjDLRzDUQ"
// }
// }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.mob.sdk:MobSDK:2018.0319.1724'
classpath 'com.google.gms:google-services:4.3.10'
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://mvn.mob.com/android" }
// maven {
// url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
// credentials {
// // Be sure to add these non-sensitive credentials in order to retrieve dependencies from
// // the private repository.
// username "paypal_sgerritz"
// password "AKCp8jQ8tAahqpT5JjZ4FRP2mW7GMoFZ674kGqHmupTesKeAY2G8NcmPKLuTxTGkKjDLRzDUQ"
// }
// }
}
}
ext {
API_ADDRESS_RELEASE = "\"https://api.citikasa.com\""
API_ADDRESS_BETA = "\"https://api.citikasa.com\""
// API_ADDRESS_BETA = "\"http://192.168.10.105:5001\""
API_ADDRESS_DEV = "\"http://192.168.1.40:7777\""
IMG_ADDRESS_RELEASE = "\"https://api.citikasa.com\""
IMG_ADDRESS_BETA = "\"https://api.citikasa.com\""
// IMG_ADDRESS_BETA = "\"http://192.168.10.105:5001\""
IMG_ADDRESS_DEV = "\"http://192.168.1.40:7777\""
}
task clean(type: Delete) {
delete rootProject.buildDir
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。