Skip to content

Commit fa531d2

Browse files
committed
:commit: Updated the core client
1 parent 0487e3d commit fa531d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opensrp-anc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ tasks.withType(Test) {
151151

152152
dependencies {
153153
implementation 'androidx.appcompat:appcompat:1.2.0'
154-
implementation('org.smartregister:opensrp-client-native-form:2.0.6-SNAPSHOT@aar') {
154+
implementation('org.smartregister:opensrp-client-native-form:2.0.10-SNAPSHOT@aar') {
155155
transitive = true
156156
exclude group: 'com.android.support', module: 'recyclerview-v7'
157157
exclude group: 'com.android.support', module: 'appcompat-v7'
@@ -162,7 +162,7 @@ dependencies {
162162
exclude group: 'org.yaml', module: 'snakeyaml'
163163
exclude group: 'io.ona.rdt-capture', module: 'lib'
164164
}
165-
implementation('org.smartregister:opensrp-client-core:4.2.1300-SNAPSHOT@aar') {
165+
implementation('org.smartregister:opensrp-client-core:4.3.3002-SNAPSHOT@aar') {
166166
transitive = true
167167
exclude group: 'com.github.bmelnychuk', module: 'atv'
168168
exclude group: 'com.google.guava', module: 'guava'

reference-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ dependencies {
228228
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9'
229229
def powerMockVersion = '2.0.7'
230230
implementation project(":opensrp-anc")
231-
implementation('org.smartregister:opensrp-client-native-form:2.0.6-SNAPSHOT@aar') {
231+
implementation('org.smartregister:opensrp-client-native-form:2.0.10-SNAPSHOT@aar') {
232232
transitive = true
233233
exclude group: 'com.android.support', module: 'recyclerview-v7'
234234
exclude group: 'com.android.support', module: 'appcompat-v7'
@@ -240,7 +240,7 @@ dependencies {
240240
exclude group: 'io.ona.rdt-capture', module: 'lib'
241241
}
242242

243-
implementation('org.smartregister:opensrp-client-core:4.2.1300-SNAPSHOT@aar') {
243+
implementation('org.smartregister:opensrp-client-core:4.3.3002-SNAPSHOT@aar') {
244244
transitive = true
245245
exclude group: 'com.github.bmelnychuk', module: 'atv'
246246
exclude group: 'com.google.guava', module: 'guava'

0 commit comments

Comments
 (0)