Skip to content

Commit

Permalink
libs++ apart from sshj since it breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Oct 25, 2024
1 parent 88c4a71 commit 8403cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ configurations.configureEach {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'
api 'eu.agno3.jcifs:jcifs-ng:2.1.10'
api 'com.github.mwiede:jsch:0.2.18'
api 'com.github.mwiede:jsch:0.2.20'
// 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'
Expand All @@ -116,6 +116,6 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'com.github.tony19:logback-android:3.0.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'io.sentry:sentry:7.14.0'
implementation 'io.sentry:sentry:7.16.0'
}

0 comments on commit 8403cad

Please sign in to comment.