Skip to content

Commit ec366d7

Browse files
committedMar 28, 2019
completed bt & nfc implementation
1 parent 35d61bb commit ec366d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+287
-4508
lines changed
 

‎.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
/.idea/navEditor.xml
99
/.idea/assetWizardSettings.xml
1010
.DS_Store
11-
/build/generated
12-
/build/intermediates
13-
/build/outputs/logs
14-
/build/tmp
11+
/build
1512
/captures
1613
.externalNativeBuild

‎app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
implementation 'com.android.support:appcompat-v7:28.0.0'
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
30+
implementation 'com.android.support:recyclerview-v7:+'
3031
implementation 'com.android.support:design:28.0.0'
3132

3233
// LiveData and ViewModel

0 commit comments

Comments
 (0)
Please sign in to comment.