Skip to content

Commit

Permalink
sentry++, jsch bump to 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Mar 8, 2024
1 parent 4a2d00c commit 394d4f3
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 @@ -101,7 +101,7 @@ configurations.configureEach {

dependencies {
api 'eu.agno3.jcifs:jcifs-ng:2.1.10'
api 'com.github.mwiede:jsch:0.2.16'
api 'com.github.mwiede:jsch:0.2.17'
// update to 3.9.0 (java 7->8) breaks ftp on firestick4k (not max) had to use 3.8.0
// https://commons.apache.org/proper/commons-net/release-notes.html need to stick with java7: max 3.8.0
// versions of commons-net otherwise we get java.time.Duration ClassNotFoundException even with threetenabp
Expand All @@ -115,6 +115,6 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'com.github.tony19:logback-android:3.0.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'io.sentry:sentry:7.0.0'
implementation 'io.sentry:sentry:7.5.0'
}

0 comments on commit 394d4f3

Please sign in to comment.