Reply To: TapLinx is not compatible with Firebase Push

Forum MIFARE SDK TapLinx is not compatible with Firebase Push Reply To: TapLinx is not compatible with Firebase Push

Re: TapLinx is not compatible with Firebase Push

17. October 2018 at 10:02
Hi all,

The library version belongs to the latest release of TaplIinx! The current release is 1.5. If you need to use an older version the library versions are different.

TapLinx is built against these versions in version 1.5:

dependencies { 
implementation 'com.google.android.gms:play-services-analytics:16.0.3' //For Using Google Analytics
implementation files('libs//http-core-4.1.jar')
implementation files('libs//apache-httpcomponents-httpclient.jar')
}


In your app you need to use these versions:

dependencies { 
implementation "com.android.support:appcompat-v7:$supportLibVersion"
implementation "com.android.support:design:$supportLibVersion"
implementation 'com.google.android.gms:play-services-analytics:16.0.3' //For Using Google Analytics
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-messaging:17.3.2'
}


The TapLinx team
+ 0  |  - 0