Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- Need gridlayout (because of ESMs)
Browse files Browse the repository at this point in the history
- Need appcompat (because of compatibility with older PreferenceScreen)
  • Loading branch information
denzilferreira committed Jul 9, 2017
1 parent 2815f51 commit 4d6f172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies {
implementation project(':aware-core')
implementation "com.android.support:cardview-v7:$support_libs"
implementation "com.android.support:design:$support_libs"
implementation "com.android.support:gridlayout-v7:$support_libs"
implementation "com.android.support:appcompat-v7:$support_libs"
implementation "me.dm7.barcodescanner:zbar:1.8.4"
}

2 changes: 2 additions & 0 deletions aware-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':aware-core')
implementation "com.android.support:gridlayout-v7:$support_libs"
implementation "com.android.support:appcompat-v7:$support_libs"
}

0 comments on commit 4d6f172

Please sign in to comment.