Skip to content

Commit

Permalink
Merge pull request #427 from OpenSRP/feature/issue-423
Browse files Browse the repository at this point in the history
App stops responding when I try to proceed from Counseling section in C&T
  • Loading branch information
dubdabasoduba authored Dec 20, 2019
2 parents 50272a3 + 533ddc9 commit 2d4796c
Show file tree
Hide file tree
Showing 19 changed files with 606 additions and 573 deletions.
2 changes: 1 addition & 1 deletion opensrp-anc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation('org.smartregister:opensrp-client-native-form:1.7.5-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-native-form:1.7.6-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
exclude group: 'com.android.support', module: 'appcompat-v7'
Expand Down
Loading

0 comments on commit 2d4796c

Please sign in to comment.