Skip to content

Commit

Permalink
Update Android SDK Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuli Määttä committed Sep 6, 2024
1 parent 7c821ca commit f9c57d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/Android/android-communications/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ dependencies {
implementation "joda-time:joda-time:2.12.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.10"
implementation 'com.google.protobuf:protobuf-javalite:3.20.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'io.mockk:mockk:1.13.4'
Expand Down

0 comments on commit f9c57d5

Please sign in to comment.