File tree Expand file tree Collapse file tree 8 files changed +16
-121
lines changed
Expand file tree Collapse file tree 8 files changed +16
-121
lines changed Original file line number Diff line number Diff line change 33/local.properties
44/.idea /workspace.xml
55/.idea /libraries
6- /.idea /
7- /.idea /. *
6+ .idea /
87.DS_Store
98/build
109/captures
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11plugins {
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}
Original file line number Diff line number Diff line change 1- # Sun Sep 10 20 :34:27 CST 2023
1+ # Sat Nov 15 10 :34:41 CST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11pluginManagement {
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}
813dependencyResolutionManagement {
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 }
You can’t perform that action at this time.
0 commit comments