marketingcloudsdkAndroid 1.1.2

dotnet add package marketingcloudsdkAndroid --version 1.1.2
NuGet\Install-Package marketingcloudsdkAndroid -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="marketingcloudsdkAndroid" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add marketingcloudsdkAndroid --version 1.1.2
#r "nuget: marketingcloudsdkAndroid, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install marketingcloudsdkAndroid as a Cake Addin
#addin nuget:?package=marketingcloudsdkAndroid&version=1.1.2

// Install marketingcloudsdkAndroid as a Cake Tool
#tool nuget:?package=marketingcloudsdkAndroid&version=1.1.2

marketingcloudsdkAndroid

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid90 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 1,086 12/20/2018
1.0.7 2,518 2/23/2018
1.0.6 912 2/14/2018
1.0.5 1,103 1/29/2018
1.0.4 1,028 1/12/2018
1.0.3 816 12/18/2017
1.0.2 922 12/14/2017
1.0.1 807 12/14/2017
1.0.0 813 12/14/2017

Using version 6.0.2 salesforce-marketingcloud SDK

Push notification bindings update
Please note that codebase needs to be change to work with Firebace since gcm will be deprecated

<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND" >
     <intent-filter>
       <action android:name="com.google.android.c2dm.intent.RECEIVE" />
       <category android:name="{COM.YOUR.PROJECT.NAME}" />
     </intent-filter>
   </receiver>
 <service android:name="com.salesforce.marketingcloud.messages.push.MCFirebaseMessagingService" android:exported="false">
  <intent-filter android:priority="-999">
   <action android:name="com.google.firebase.MESSAGING_EVENT" />
  </intent-filter>
 </service>
 <service android:name="com.salesforce.marketingcloud.messages.push.a" android:exported="false">
  <intent-filter android:priority="-999">
       <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
  </intent-filter>
 </service>