File tree 2 files changed +6
-7
lines changed 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 33
6
+ compileSdk 34
7
7
namespace = " com.example"
8
8
9
9
defaultConfig {
10
10
applicationId " com.parsely.example.parselyexample"
11
11
minSdkVersion 21
12
- targetSdkVersion 33
12
+ targetSdkVersion 34
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
}
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ ext {
14
14
}
15
15
16
16
android {
17
- compileSdkVersion 33
17
+ compileSdk 34
18
18
namespace = " com.parsely.parselyandroid"
19
19
20
20
defaultConfig {
21
21
minSdkVersion 21
22
- targetSdkVersion 33
22
+ targetSdkVersion 34
23
23
24
24
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25
25
testInstrumentationRunnerArguments clearPackageData : ' true'
@@ -72,13 +72,12 @@ android {
72
72
}
73
73
74
74
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'
77
76
implementation ' com.google.android.gms:play-services-ads-identifier:18.0.1'
78
77
implementation ' androidx.lifecycle:lifecycle-process:2.6.2'
79
78
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion "
80
79
81
- testImplementation ' org.robolectric:robolectric:4.10.3 '
80
+ testImplementation ' org.robolectric:robolectric:4.11.1 '
82
81
testImplementation ' androidx.test:core:1.5.0'
83
82
testImplementation " org.assertj:assertj-core:$assertJVersion "
84
83
testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments