Skip to content

Commit ca04c4f

Browse files
authored
Merge pull request #114 from Parsely/bump_runtime_dependencies
Bump runtime dependencies
2 parents a23b6c2 + 4e5d5cb commit ca04c4f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 33
6+
compileSdk 34
77
namespace = "com.example"
88

99
defaultConfig {
1010
applicationId "com.parsely.example.parselyexample"
1111
minSdkVersion 21
12-
targetSdkVersion 33
12+
targetSdkVersion 34
1313
versionCode 1
1414
versionName "1.0"
1515
}

parsely/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ ext {
1414
}
1515

1616
android {
17-
compileSdkVersion 33
17+
compileSdk 34
1818
namespace = "com.parsely.parselyandroid"
1919

2020
defaultConfig {
2121
minSdkVersion 21
22-
targetSdkVersion 33
22+
targetSdkVersion 34
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
testInstrumentationRunnerArguments clearPackageData: 'true'
@@ -72,13 +72,12 @@ android {
7272
}
7373

7474
dependencies {
75-
implementation 'androidx.appcompat:appcompat:1.4.2'
76-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
75+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
7776
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
7877
implementation 'androidx.lifecycle:lifecycle-process:2.6.2'
7978
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
8079

81-
testImplementation 'org.robolectric:robolectric:4.10.3'
80+
testImplementation 'org.robolectric:robolectric:4.11.1'
8281
testImplementation 'androidx.test:core:1.5.0'
8382
testImplementation "org.assertj:assertj-core:$assertJVersion"
8483
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)