11import com.github.triplet.gradle.androidpublisher.ReleaseStatus
22
33plugins {
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'
0 commit comments