version:6.1

fix:
update:增加主页没有激活不显示天气
This commit is contained in:
2022-11-04 18:16:30 +08:00
parent 1a632e1e6e
commit aa3ceda9f1
22 changed files with 989 additions and 168 deletions

View File

@@ -4,10 +4,10 @@ buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
@@ -21,10 +21,10 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {