Преглед на файлове

feat: 更新jar包依赖

DoggyZhang преди 4 месеца
родител
ревизия
65ae35a2ed
променени са 4 файла, в които са добавени 18 реда и са изтрити 16 реда
  1. 5 5
      app/build.gradle
  2. 6 4
      app/dependencies/releaseRuntimeClasspath.txt
  3. 1 1
      gradle/libs.versions.toml
  4. 6 6
      settings.gradle

+ 5 - 5
app/build.gradle

@@ -431,8 +431,8 @@ dependencies {
     api libs.frame.util
     api libs.frame.zero
     api libs.frame.base
-    //api libs.frame.network
-    api project(":frame:network")
+    api libs.frame.network
+//    api project(":frame:network")
     api libs.frame.retrofit
     api libs.frame.oss
     api libs.frame.download
@@ -448,12 +448,12 @@ dependencies {
     api libs.frame.statistics
 //    api project(":frame:statistics")
     api libs.frame.googleservice
-    api project(":frame:googleservice")
+    //api project(":frame:googleservice")
     api libs.frame.deviceid
     api libs.frame.security
     api libs.frame.guide
-//    api libs.frame.effect
-    api project(":frame:effect")
+    api libs.frame.effect
+    //api project(":frame:effect")
     api libs.frame.svga
     api libs.frame.debug
 

+ 6 - 4
app/dependencies/releaseRuntimeClasspath.txt

@@ -232,7 +232,7 @@ com.wenext.android:frame-aab:6.0.3
 com.wenext.android:frame-apm:6.0.1
 com.wenext.android:frame-audio:6.0.0
 com.wenext.android:frame-base:6.0.4
-com.wenext.android:frame-bom:6.0.32
+com.wenext.android:frame-bom:6.1.0
 com.wenext.android:frame-coroutine:6.0.0
 com.wenext.android:frame-crash:6.0.1
 com.wenext.android:frame-data:6.0.0
@@ -240,14 +240,16 @@ com.wenext.android:frame-debug:6.0.0
 com.wenext.android:frame-deviceid:6.0.0
 com.wenext.android:frame-dot:6.0.0
 com.wenext.android:frame-download:6.0.2
+com.wenext.android:frame-effect:6.1.0
 com.wenext.android:frame-game:6.0.0
-com.wenext.android:frame-googleservice:6.0.0
+com.wenext.android:frame-googleservice:6.1.0
 com.wenext.android:frame-guide:6.0.1
 com.wenext.android:frame-image:6.0.6
 com.wenext.android:frame-locale:6.0.4
 com.wenext.android:frame-log:6.0.3
 com.wenext.android:frame-media:6.0.5
 com.wenext.android:frame-mvvm:6.0.0
+com.wenext.android:frame-network:6.1.0
 com.wenext.android:frame-oss:6.0.3
 com.wenext.android:frame-push:6.0.0
 com.wenext.android:frame-router-annotation:6.0.0
@@ -257,7 +259,7 @@ com.wenext.android:frame-share:6.0.3
 com.wenext.android:frame-sound:6.0.4
 com.wenext.android:frame-spi:6.0.0
 com.wenext.android:frame-startup:6.0.1
-com.wenext.android:frame-statistics:6.0.3
+com.wenext.android:frame-statistics:6.1.0
 com.wenext.android:frame-storage:6.0.7
 com.wenext.android:frame-util:6.0.3
 com.wenext.android:frame-zero:6.0.0
@@ -282,7 +284,7 @@ io.trtc.uikit:common:2.8.0.634
 io.trtc.uikit:rtc_room_engine:2.8.4.60
 javax.inject:javax.inject:1
 org.checkerframework:checker-qual:3.43.0
-org.conscrypt:conscrypt-android:2.5.2
+org.conscrypt:conscrypt-android:2.5.3
 org.ini4j:ini4j:0.5.4
 org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.0
 org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72

+ 1 - 1
gradle/libs.versions.toml

@@ -157,7 +157,7 @@ appleAppauth = "0.11.1"
 tiktok = "2.3.0"
 
 # frame
-frameBom = "6.0.32"
+frameBom = "6.1.0"
 
 frameRouterCompiler = "6.0.0"
 frameTrace = "1.0.0"

+ 6 - 6
settings.gradle

@@ -102,17 +102,17 @@ include ':module:wallet'
 include ':module:share'
 
 //调试frame框架
-include ':frame:network'
-project(':frame:network').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\network")
+//include ':frame:network'
+//project(':frame:network').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\network")
 
 //include ':frame:statistics'
 //project(':frame:statistics').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\statistics")
 
-include ':frame:effect'
-project(':frame:effect').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\effect")
+//include ':frame:effect'
+//project(':frame:effect').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\effect")
 
-include ':frame:googleservice'
-project(':frame:googleservice').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\googleservice")
+//include ':frame:googleservice'
+//project(':frame:googleservice').projectDir = new File("D:\\Workspace\\Android\\android-frame\\frame\\googleservice")
 
 
 //include ':xcrash_lib'