Explorar o código

修改依赖地址

cc12458 hai 2 semanas
pai
achega
905eacc8ef
Modificáronse 3 ficheiros con 3 adicións e 4 borrados
  1. 2 2
      .idea/deploymentTargetSelector.xml
  2. 0 1
      .idea/misc.xml
  3. 1 1
      maven.gradle

+ 2 - 2
.idea/deploymentTargetSelector.xml

@@ -4,10 +4,10 @@
     <selectionStates>
       <SelectionState runConfigName="app">
         <option name="selectionMode" value="DROPDOWN" />
-        <DropdownSelection timestamp="2025-03-24T01:48:09.722796700Z">
+        <DropdownSelection timestamp="2025-07-17T05:39:45.916076200Z">
           <Target type="DEFAULT_BOOT">
             <handle>
-              <DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\cc12458\.android\avd\Medium_Phone.avd" />
+              <DeviceId pluginId="PhysicalDevice" identifier="serial=MT90-RT-CD00509" />
             </handle>
           </Target>
         </DropdownSelection>

+ 0 - 1
.idea/misc.xml

@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="corretto-11" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />

+ 1 - 1
maven.gradle

@@ -5,7 +5,7 @@ static def addCommonMaven(RepositoryHandler handler) {
     // 华为开源镜像:https://mirrors.huaweicloud.com
     handler.maven { url 'https://repo.huaweicloud.com/repository/maven' }
     // JitPack 远程仓库:https://jitpack.io
-    handler.maven { url 'https://jitpack.io' }
+    handler.maven { url 'https://www.jitpack.io' }
     // MavenCentral 远程仓库:https://mvnrepository.com
     handler.mavenCentral()
     handler.google()