Com.Drivesync.Android.DevicesBluetooth
1.18.0
See the version list below for details.
dotnet add package Com.Drivesync.Android.DevicesBluetooth --version 1.18.0
NuGet\Install-Package Com.Drivesync.Android.DevicesBluetooth -Version 1.18.0
<PackageReference Include="Com.Drivesync.Android.DevicesBluetooth" Version="1.18.0" />
paket add Com.Drivesync.Android.DevicesBluetooth --version 1.18.0
#r "nuget: Com.Drivesync.Android.DevicesBluetooth, 1.18.0"
// Install Com.Drivesync.Android.DevicesBluetooth as a Cake Addin #addin nuget:?package=Com.Drivesync.Android.DevicesBluetooth&version=1.18.0 // Install Com.Drivesync.Android.DevicesBluetooth as a Cake Tool #tool nuget:?package=Com.Drivesync.Android.DevicesBluetooth&version=1.18.0
com.drivesync.android - devices-bluetooth
This is the .NET Android binding library for com.drivesync.android:devices-bluetooth created by Tuyen Vu. The binding source code can be found here.
Home page
Guide page
https://sdk.ims.tech/readme/android/requirements
Maven repository setup
Open your CSPROJ file and add these lines:
<ItemGroup>
<GradleRepository Include="https://maven.pkg.github.com/ims-developers/android-sdk">
<Repository>
maven {
url 'https://maven.pkg.github.com/ims-developers/android-sdk'
credentials {
username 'YOUR_GITHUB_USERNAME'
password 'YOUR_GITHUB_PAT'
}
}
</Repository>
</GradleRepository>
</ItemGroup>
Nuget.config setup
There are dependencies provided by Microsoft, but not yet updated and we need temporary packages in the meanwhile.
To use these temporary packages, we need a nuget.cofig
file with the following content and/or similar content:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Tuyen - MyGet" value="https://www.myget.org/F/tuyen-vuduc/api/v3/index.json" />
</packageSources>
<packageSourceCredentials>
</packageSourceCredentials>
</configuration>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android31.0 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net8.0-android was computed. |
MonoAndroid | monoandroid12.0 is compatible. |
-
MonoAndroid 12.0
- Com.Drivesync.Android.DevicesCore (>= 1.18.0)
- Dependencies.Gradle (>= 7.6.1.2)
- Square.Moshi.Kotlin (>= 1.14.0)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.5.2.3)
- Xamarin.Kotlin.StdLib.Jdk8 (>= 1.8.21.1)
-
net6.0-android31.0
- Com.Drivesync.Android.DevicesCore (>= 1.18.0)
- Dependencies.Gradle (>= 7.6.1.2)
- Square.Moshi.Kotlin (>= 1.14.0)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.5.2.3)
- Xamarin.Kotlin.StdLib.Jdk8 (>= 1.8.21.1)
-
net7.0-android33.0
- Com.Drivesync.Android.DevicesCore (>= 1.18.0)
- Dependencies.Gradle (>= 7.6.1.2)
- Square.Moshi.Kotlin (>= 1.14.0)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.5.2.3)
- Xamarin.Kotlin.StdLib.Jdk8 (>= 1.8.21.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Com.Drivesync.Android.DevicesBluetooth:
Package | Downloads |
---|---|
Com.Drivesync.Android.DevicesBleNordic
.NET Android binding library for com.drivesync.android:devices-ble-nordic:1.21.0 |
GitHub repositories
This package is not used by any popular GitHub repositories.