Skip to content

Commit

Permalink
Adjust gradle builds
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Mar 5, 2019
1 parent 21f350a commit 98c838e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions externalNFCClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ repositories {
}

dependencies {
compile project(':externalNFCAPI')
compile 'com.google.code.ndef-tools-for-android:ndeftools:1.2.4'
api project(':externalNFCAPI')
api 'com.google.code.ndef-tools-for-android:ndeftools:1.2.4'
}
2 changes: 1 addition & 1 deletion externalNFCHostCardEmulationClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:23.+'
api 'com.android.support:support-v4:23.+'
}
4 changes: 2 additions & 2 deletions externalNFCNxpClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android {
}

dependencies {
compile project(':externalNFCAPI')
compile files('libs/nxpnfcliblite.jar')
api project(':externalNFCAPI')
api files('libs/nxpnfcliblite.jar')
}
2 changes: 1 addition & 1 deletion externalNFCWebKiosk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ repositories {
}

dependencies {
compile project(':externalNFCAPI')
api project(':externalNFCAPI')
}

0 comments on commit 98c838e

Please sign in to comment.