Skip to content

Commit

Permalink
Update dependencies (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdobrin authored Jan 12, 2023
1 parent 796f81b commit 8f6be73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
name: Build
command: make ci-build

- run:
name: Build App
command: make ci-build-app
# - run:
# name: Build App
# command: make ci-build-app

- run:
name: UnitTests
Expand Down
7 changes: 6 additions & 1 deletion code/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ dependencies {
transitive = false
}

implementation fileTree(dir: 'libs', include: ['edge-release-2.0.0.aar', 'edgeconsent-release-2.0.0.aar'])
implementation ('com.adobe.marketing.mobile:edge:2.0.0-SNAPSHOT') {
transitive = false
}
implementation ('com.adobe.marketing.mobile:edgeconsent:2.0.0-SNAPSHOT') {
transitive = false
}
implementation ('com.adobe.marketing.mobile:assurance:2.0.0-SNAPSHOT') {
transitive = false
}
Expand Down
Binary file removed code/app/libs/edge-release-2.0.0.aar
Binary file not shown.
Binary file removed code/app/libs/edgeconsent-release-2.0.0.aar
Binary file not shown.

0 comments on commit 8f6be73

Please sign in to comment.