Skip to content

Commit

Permalink
Merge pull request #114 from Parsely/bump_runtime_dependencies
Browse files Browse the repository at this point in the history
Bump runtime dependencies
  • Loading branch information
wzieba authored Feb 1, 2024
2 parents a23b6c2 + 4e5d5cb commit ca04c4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdkVersion 33
compileSdk 34
namespace = "com.example"

defaultConfig {
applicationId "com.parsely.example.parselyexample"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"
}
Expand Down
9 changes: 4 additions & 5 deletions parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ ext {
}

android {
compileSdkVersion 33
compileSdk 34
namespace = "com.parsely.parselyandroid"

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down Expand Up @@ -72,13 +72,12 @@ android {
}

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

testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.test:core:1.5.0'
testImplementation "org.assertj:assertj-core:$assertJVersion"
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit ca04c4f

Please sign in to comment.