Skip to content

Commit

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

RDGMS-1773 updating dependencies
  • Loading branch information
o-korniienko committed May 9, 2024
2 parents 301cefc + 915192a commit 0b4e7c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@


buildscript {
ext.kotlin_version = '1.9.10'
ext.gradleVersion = '8.2.0'
ext.kotlin_version = '1.9.22'
ext.gradleVersion = '8.4.0'
ext.dokka_version = "1.9.10"
ext.jacocoVersion = '0.8.10'
ext.jacocoVersion = '0.8.12'
repositories {
google()
//jcenter()
Expand Down Expand Up @@ -35,7 +35,7 @@ buildscript {
}

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

sonarqube {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Feb 12 14:31:49 CET 2024
#Tue May 07 14:00:08 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 4 additions & 4 deletions pushsdkandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.12.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.security:security-crypto:1.1.0-alpha06'


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

Expand All @@ -115,12 +115,12 @@ dependencies {
implementation 'io.github.microutils:kotlin-logging:3.0.5'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'

implementation "org.jacoco:org.jacoco.agent:0.8.8:runtime"
implementation "org.jacoco:org.jacoco.agent:0.8.11:runtime"

implementation 'com.google.code.gson:gson:2.10.1'

//WorkManager Version 2.7.0 is required for apps targeting Android 12 (S) or higher
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
}

//get HEAD commit hash
Expand Down

0 comments on commit 0b4e7c7

Please sign in to comment.