Skip to content

Commit

Permalink
Merge pull request #900 from aleskandro/fix-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 authored Jan 26, 2025
2 parents 9b9a6a1 + 8c03e72 commit 2dff722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {

api 'com.koushikdutta.async:androidasync:2.1.9'

api 'de.timroes:aXMLRPC:1.8.1'
api 'de.timroes:aXMLRPC:1.8.0'

api "com.google.dagger:dagger:${rootProject.ext.daggerVersion}"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.1'
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.36'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'de.undercouch:gradle-download-task:4.0.4'
Expand Down
2 changes: 1 addition & 1 deletion connectsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
implementation 'androidx.mediarouter:mediarouter:1.2.2'
implementation 'com.google.android.gms:play-services-cast:20.0.0'
implementation 'com.googlecode.plist:dd-plist:1.23'
implementation 'com.nimbusds:srp6a-android:2.0.2'
implementation 'com.nimbusds:srp6a:2.1.0'
implementation 'net.i2p.crypto:eddsa:0.2.0'

testImplementation 'org.apache.maven:maven-ant-tasks:2.1.3'
Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.1.0'

implementation 'de.hdodenhof:circleimageview:2.0.0'
implementation 'com.github.nirhart:parallaxscroll:dd53d1f9d1'
implementation 'com.github.nirhart:parallaxscroll:1.0'
implementation 'com.larswerkman:HoloColorPicker:1.5'
implementation 'com.github.guardian:Option:-SNAPSHOT'
implementation 'net.rdrei.android.dirchooser:library:3.0@aar'
Expand Down

0 comments on commit 2dff722

Please sign in to comment.