Skip to content

Commit

Permalink
Merge pull request #70 from GlobalMessageServices/RDGMS-1487-update-d…
Browse files Browse the repository at this point in the history
…ependencies-in-android-sdk

RDGMS-1487 <update dependencies>
  • Loading branch information
o-korniienko committed Sep 5, 2023
2 parents b12a932 + e34046c commit afce517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


buildscript {
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.9.10'
ext.gradleVersion = '7.4.2'
ext.dokka_version = "1.8.20"
ext.jacocoVersion = '0.8.10'
Expand Down Expand Up @@ -34,7 +34,7 @@ buildscript {
}

plugins{
id "org.sonarqube" version "4.2.1.3168"
id "org.sonarqube" version "4.3.1.3277"
}

sonarqube {
Expand Down
4 changes: 2 additions & 2 deletions pushsdkandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {


testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation project(path: ':pushsdkandroid')
testImplementation 'org.robolectric:robolectric:4.10.3'

Expand All @@ -110,7 +110,7 @@ dependencies {
//noinspection GradleDependency
//implementation 'com.google.firebase:firebase-iid:20.2.4'
//noinspection GradleDependency
implementation 'com.google.firebase:firebase-messaging:23.2.0'
implementation 'com.google.firebase:firebase-messaging:23.2.1'

implementation 'io.github.microutils:kotlin-logging:3.0.5'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
Expand Down

0 comments on commit afce517

Please sign in to comment.