@@ -8,7 +8,7 @@ apply plugin: 'org.jetbrains.dokka'
8
8
apply plugin : ' maven-publish'
9
9
apply plugin : ' jacoco'
10
10
11
- ext. build_version_name = ' 1.1.7 '
11
+ ext. build_version_name = ' 1.1.9 '
12
12
13
13
android {
14
14
compileSdkVersion 33
@@ -88,17 +88,19 @@ dependencies {
88
88
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
89
89
// implementation 'androidx.appcompat:appcompat:1.3.0'
90
90
implementation ' androidx.core:core-ktx:1.9.0'
91
- implementation ' androidx.lifecycle:lifecycle-process:2.5.1 '
91
+ implementation ' androidx.lifecycle:lifecycle-process:2.6.0 '
92
92
implementation ' androidx.test:monitor:1.6.1'
93
93
implementation ' androidx.security:security-crypto:1.1.0-alpha05'
94
94
95
95
96
96
testImplementation ' junit:junit:4.13.2'
97
97
testImplementation ' org.junit.jupiter:junit-jupiter:5.9.2'
98
98
testImplementation project(path : ' :pushsdkandroid' )
99
+ testImplementation ' org.robolectric:robolectric:4.9.2'
100
+
101
+
99
102
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
100
103
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
101
- testImplementation ' org.robolectric:robolectric:4.9.2'
102
104
103
105
implementation ' android.arch.work:work-runtime:1.0.1'
104
106
implementation " org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0"
@@ -113,9 +115,12 @@ dependencies {
113
115
implementation ' io.github.microutils:kotlin-logging:3.0.5'
114
116
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
115
117
116
- implementation " org.jacoco:org.jacoco.agent:0.7.9 :runtime"
118
+ implementation " org.jacoco:org.jacoco.agent:0.8.8 :runtime"
117
119
118
120
implementation ' com.google.code.gson:gson:2.10.1'
121
+
122
+ // WorkManager Version 2.7.0 is required for apps targeting Android 12 (S) or higher
123
+ implementation ' androidx.work:work-runtime-ktx:2.8.0'
119
124
}
120
125
121
126
// get HEAD commit hash
0 commit comments