Skip to content

Commit d2b229d

Browse files
committed
Update deps
1 parent 75dbdae commit d2b229d

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

app/build.gradle

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.triplet.gradle.androidpublisher.ReleaseStatus
22

33
plugins {
4-
id 'com.github.triplet.play' version '3.9.1'
4+
id 'com.github.triplet.play' version '3.12.1'
55
id 'com.android.application'
66
id 'com.google.gms.google-services'
77
id 'com.google.firebase.crashlytics'
@@ -13,7 +13,7 @@ android {
1313

1414
defaultConfig {
1515
compileSdk 36
16-
16+
1717
applicationId "com.gianlu.aria2app"
1818
minSdkVersion 21
1919
targetSdkVersion 36
@@ -88,6 +88,10 @@ android {
8888
}
8989
}
9090

91+
packaging {
92+
resources.pickFirsts.add("META-INF/versions/9/OSGI-INF/MANIFEST.MF")
93+
}
94+
9195
buildFeatures {
9296
buildConfig true
9397
}
@@ -105,21 +109,21 @@ dependencies {
105109
implementation project(':CommonUtils')
106110
implementation project(':aria2lib')
107111

108-
implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6'
109-
implementation 'com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6'
112+
implementation 'com.github.tonyofrancis.Fetch:fetch2:3.4.1'
113+
implementation 'com.github.tonyofrancis.Fetch:fetch2okhttp:3.4.1'
110114

111-
implementation 'commons-net:commons-net:3.10.0'
112-
implementation 'com.hierynomus:smbj:0.13.0'
115+
implementation 'commons-net:commons-net:3.11.1'
116+
implementation 'com.hierynomus:smbj:0.14.0'
113117
implementation 'com.jcraft:jsch:0.1.55'
114118

115-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
119+
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
116120

117121
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
118122
implementation 'com.getbase:floatingactionbutton:1.10.1'
119123
implementation 'org.apmem.tools:layouts:1.10@aar'
120124
implementation 'com.github.devgianlu:Android--Library-Country-Flags:6fc6059f91'
121125

122-
implementation 'androidx.documentfile:documentfile:1.0.1'
126+
implementation 'androidx.documentfile:documentfile:1.1.0'
123127
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
124128

125129
implementation 'com.google.android.material:material:1.12.0'

aria2lib

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.google.gms.google-services' version '4.4.2' apply false
3-
id 'com.google.firebase.crashlytics' version '3.0.2' apply false
42
id 'com.android.application' version '8.11.1' apply false
3+
id 'com.google.gms.google-services' version '4.4.3' apply false
4+
id 'com.google.firebase.crashlytics' version '3.0.4' apply false
55
}

0 commit comments

Comments
 (0)