Use new version of Nordpol from jcenter

- Use version 0.1.13 that is now available on jcenter
- Add a "gradle witness" for this version
This commit is contained in:
Petter Arvidsson
2015-12-18 10:28:00 +01:00
parent dd85bbb4b5
commit 02854a617b
3 changed files with 5 additions and 6 deletions

View File

@@ -191,7 +191,7 @@ public abstract class BaseSecurityTokenNfcActivity extends BaseActivity implemen
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mTagDispatcher = TagDispatcher.get(this, this, false);
mTagDispatcher = TagDispatcher.get(this, this, false, false);
// Check whether we're recreating a previously destroyed instance
if (savedInstanceState != null) {