解放军信息工程大学导线助手
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
1.1 KiB

buildscript {
repositories {
// jcenter()
maven { url 'https://maven.aliyun.com/repository/public' }//central仓和jcenter仓的聚合仓
maven { url 'https://maven.aliyun.com/repository/google' } //google()
maven { url 'https://jitpack.io' }
maven { url 'https://oss.sonatype.org/content/groups/public/' }
maven { url 'https://developer.huawei.com/repo/' }
mavenCentral()
google()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
classpath "com.android.tools.build:gradle:7.4.2"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10'
}
}
allprojects {
repositories {
flatDir { dirs 'libs' }
// jcenter()
maven { url 'https://maven.aliyun.com/repository/public' }//central仓和jcenter仓的聚合仓
maven { url 'https://maven.aliyun.com/repository/google' } //google()
maven { url 'https://jitpack.io' }
maven { url 'https://oss.sonatype.org/content/groups/public/' }
maven { url 'https://developer.huawei.com/repo/' }
mavenCentral()
google()
}
}