Skip to content

Commit

Permalink
Merge pull request #97 from GlobalMessageServices/PEGMS-2410-update-d…
Browse files Browse the repository at this point in the history
…ependencies

PEGMS-2410 update dependencies
  • Loading branch information
Oleksii Korniienko authored Jul 25, 2024
2 parents 0b4e7c7 + ea957aa commit f2e1198
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: macos-13
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
classpath("org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}")

//noinspection GradleDependency
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.gms:google-services:4.4.2'
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"

//test coverage
Expand All @@ -35,7 +35,7 @@ buildscript {
}

plugins{
id "org.sonarqube" version "5.0.0.4638"
id "org.sonarqube" version "5.1.0.4882"
}

sonarqube {
Expand Down
10 changes: 5 additions & 5 deletions pushsdkandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.lifecycle:lifecycle-process:2.7.0'
implementation 'androidx.test:monitor:1.6.1'
implementation 'androidx.lifecycle:lifecycle-process:2.8.3'
implementation 'androidx.test:monitor:1.7.1'
implementation 'androidx.security:security-crypto:1.1.0-alpha06'


Expand All @@ -99,8 +99,8 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.10.3'


androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

implementation 'android.arch.work:work-runtime:1.0.1'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0"
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.1'
implementation 'com.google.firebase:firebase-messaging:24.0.0'

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 f2e1198

Please sign in to comment.