Skip to content

Commit

Permalink
libs++
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Dec 4, 2024
1 parent 04eca65 commit ccdafe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@ configurations.configureEach {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
api 'eu.agno3.jcifs:jcifs-ng:2.1.10'
api 'com.github.mwiede:jsch:0.2.20'
api 'com.github.mwiede:jsch:0.2.21'
// desugar is needed no avoid commons-net java.time.Duration ClassNotFoundException after 3.8.0
implementation 'commons-net:commons-net:3.11.1'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
implementation 'com.github.nova-video-player:sardine-android:0.0.2'
implementation 'com.hierynomus:smbj:0.13.0'
// sshj 0.39.0 nok
implementation 'com.hierynomus:sshj:0.38.0'
implementation 'oro:oro:2.0.8'
implementation 'androidx.appcompat:appcompat:1.7.0'
Expand Down

0 comments on commit ccdafe2

Please sign in to comment.