Skip to content

Commit

Permalink
Remove nexus motech project repository dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed May 13, 2021
1 parent 3c6f0a7 commit 3e5a441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions android-json-form-wizard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repositories {
}

dependencies {
implementation('org.smartregister:opensrp-client-simprints:1.0.7-PREVIEW2-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-simprints:1.0.6-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'design'
Expand Down Expand Up @@ -113,8 +113,6 @@ dependencies {
exclude group: 'com.android.support', module: 'recyclerview-v7'
}

implementation 'com.android.support:design:28.0.0'

implementation 'org.smartregister:opensrp-client-utils:0.0.4-SNAPSHOT'

implementation 'org.jeasy:easy-rules-core:3.3.0'
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ subprojects {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "http://nexus.motechproject.org/content/repositories/drishti" }
maven { url "http://nexus.motechproject.org/content/repositories/snapshots" }
maven { url "http://acra.googlecode.com/svn/repository/releases" }
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "http://cloudant.github.io/cloudant-sync-eap/repository" }
Expand Down

0 comments on commit 3e5a441

Please sign in to comment.