将build.gradle回退到提交点2f1c4a5,移除敏感密钥
This commit is contained in:
88
build.gradle
88
build.gradle
@@ -5,38 +5,14 @@ buildscript {
|
|||||||
// 设置本地Maven仓库路径
|
// 设置本地Maven仓库路径
|
||||||
url 'file:///sdcard/.m2/repository/'
|
url 'file:///sdcard/.m2/repository/'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nexus Maven 库地址
|
//米盟通过maven接入时,要做如下配置
|
||||||
// "WinBoLL Release"
|
maven {
|
||||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
url "https://repos.xiaomi.com/maven"
|
||||||
// "WinBoLL Snapshot"
|
credentials {
|
||||||
maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" }
|
username 'mimo-developer'
|
||||||
|
password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
|
||||||
maven { url 'https://maven.aliyun.com/repository/public/' }
|
}
|
||||||
maven { url 'https://maven.aliyun.com/repository/google/' }
|
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
|
|
||||||
maven { url 'https://dl.bintray.com/ppartisan/maven/' }
|
|
||||||
maven { url "https://clojars.org/repo/" }
|
|
||||||
maven { url "https://jitpack.io" }
|
|
||||||
mavenCentral()
|
|
||||||
google()
|
|
||||||
//println "mavenLocal : ==========="
|
|
||||||
//println mavenLocal().url
|
|
||||||
//println "mavenLocal : ==========="
|
|
||||||
//mavenLocal()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
|
||||||
// in the individual module build.gradle files
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
mavenLocal {
|
|
||||||
// 设置本地Maven仓库路径
|
|
||||||
url 'file:///sdcard/.m2/repository/'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nexus Maven 库地址
|
// Nexus Maven 库地址
|
||||||
@@ -57,6 +33,54 @@ allprojects {
|
|||||||
//println mavenLocal().url
|
//println mavenLocal().url
|
||||||
//println "mavenLocal : ==========="
|
//println "mavenLocal : ==========="
|
||||||
//mavenLocal()
|
//mavenLocal()
|
||||||
|
|
||||||
|
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||||
|
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
|
||||||
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
// in the individual module build.gradle files
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
mavenLocal {
|
||||||
|
// 设置本地Maven仓库路径
|
||||||
|
url 'file:///sdcard/.m2/repository/'
|
||||||
|
}
|
||||||
|
|
||||||
|
//米盟通过maven接入时,要做如下配置
|
||||||
|
maven {
|
||||||
|
url "https://repos.xiaomi.com/maven"
|
||||||
|
credentials {
|
||||||
|
username 'mimo-developer'
|
||||||
|
password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Nexus Maven 库地址
|
||||||
|
// "WinBoLL Release"
|
||||||
|
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||||
|
// "WinBoLL Snapshot"
|
||||||
|
maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" }
|
||||||
|
|
||||||
|
maven { url 'https://maven.aliyun.com/repository/public/' }
|
||||||
|
maven { url 'https://maven.aliyun.com/repository/google/' }
|
||||||
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
|
||||||
|
maven { url 'https://dl.bintray.com/ppartisan/maven/' }
|
||||||
|
maven { url "https://clojars.org/repo/" }
|
||||||
|
maven { url "https://jitpack.io" }
|
||||||
|
mavenCentral()
|
||||||
|
google()
|
||||||
|
//println "mavenLocal : ==========="
|
||||||
|
//println mavenLocal().url
|
||||||
|
//println "mavenLocal : ==========="
|
||||||
|
//mavenLocal()
|
||||||
|
|
||||||
|
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||||
|
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||||
}
|
}
|
||||||
ext {
|
ext {
|
||||||
// 定义全局变量,常用于版本管理
|
// 定义全局变量,常用于版本管理
|
||||||
|
|||||||
Reference in New Issue
Block a user