Use Nordpol for BaseNfcActivity

- Replace handling of intents with Nordpol tag dispatcher
- Update CreateKeyActivity to pass it's intent to the tag dispatcher
  when invoked by the system (onCreate)
- Add Fidesmo marmeladburk repository
- Add dependency on nordpol-android and nordpol-core
This commit is contained in:
Petter Arvidsson
2015-11-27 13:20:18 +01:00
parent 808a9e4f54
commit dd85bbb4b5
4 changed files with 35 additions and 61 deletions

View File

@@ -23,6 +23,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'http://releases.marmeladburk.fidesmo.com'
}
}
}