Skip to content

Commit 4b83165

Browse files
committed
更新gradle
1 parent f2eb022 commit 4b83165

File tree

8 files changed

+16
-121
lines changed

8 files changed

+16
-121
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
/local.properties
44
/.idea/workspace.xml
55
/.idea/libraries
6-
/.idea/
7-
/.idea/.*
6+
.idea/
87
.DS_Store
98
/build
109
/captures

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.android.application' version '8.1.0' apply false
2+
id 'com.android.application' version '8.13.0' apply false
33
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
44
id 'maven-publish'
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Sep 10 20:34:27 CST 2023
1+
#Sat Nov 15 10:34:41 CST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
pluginManagement {
22
repositories {
3+
maven { url 'https://plugins.gradle.org/m2/' }
4+
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
5+
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
6+
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
7+
8+
gradlePluginPortal()
39
google()
410
mavenCentral()
5-
gradlePluginPortal()
611
}
712
}
813
dependencyResolutionManagement {
914
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1015
repositories {
1116
maven { url 'https://www.jitpack.io' }
12-
maven { url 'https://maven.aliyun.com/repository/public' }
13-
maven { url 'https://maven.aliyun.com/repository/google' }
17+
maven { url 'https://plugins.gradle.org/m2/' }
18+
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
19+
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
20+
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
21+
22+
gradlePluginPortal()
1423
google()
1524
mavenCentral()
1625
}

0 commit comments

Comments
 (0)