Skip to content

Commit

Permalink
Merge pull request #174 from GuoXiCheng/dev
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
GuoXiCheng authored Jul 25, 2024
2 parents 65df3da + 107b8fa commit c09416c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
8 changes: 7 additions & 1 deletion app/src/main/assets/skip_config_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,10 @@
# 大麦
- packageName: cn.damai
skipIds:
- id: cn.damai:id/homepage_advert_pb
- id: cn.damai:id/homepage_advert_pb

# Cellular-Z
- packageName: make.more.r2d2.cellular_z
skipBounds:
- bound: 926,113,1036,223
resolution: 1080,2287
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jun 26 10:54:35 GMT+08:00 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
38 changes: 33 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,46 @@
pluginManagement {

repositories {
gradlePluginPortal()

maven { url 'https://maven.aliyun.com/repository/public/' }

maven { url 'https://maven.aliyun.com/repository/google/' }

maven { url 'https://maven.aliyun.com/repository/jcenter/' }

maven { url 'https://maven.aliyun.com/repository/central/' }

google()

mavenCentral()
}

gradlePluginPortal()

}

}

dependencyResolutionManagement {

repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

repositories {

maven { url 'https://maven.aliyun.com/repository/public/' }

maven { url 'https://maven.aliyun.com/repository/google/' }

maven { url 'https://maven.aliyun.com/repository/jcenter/' }

maven { url 'https://maven.aliyun.com/repository/central/' }


google()

mavenCentral()
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
}

}

}
rootProject.name = "OneClick"
include ':app'

0 comments on commit c09416c

Please sign in to comment.