DriveSmart.DSTracker
1.2.1.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DriveSmart.DSTracker --version 1.2.1.2
NuGet\Install-Package DriveSmart.DSTracker -Version 1.2.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="DriveSmart.DSTracker" Version="1.2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DriveSmart.DSTracker --version 1.2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DriveSmart.DSTracker, 1.2.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 DriveSmart.DSTracker as a Cake Addin #addin nuget:?package=DriveSmart.DSTracker&version=1.2.1.2 // Install DriveSmart.DSTracker as a Cake Tool #tool nuget:?package=DriveSmart.DSTracker&version=1.2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Build the library
sh build.sh --base-path $PWD
Home page
https://github.com/DriveSmart-MobileTeam/dstracker_integration_sample
Additional setup
OPTION 1: Everything in CSPROJ file
1/ Change your CSPROJ file to have Gradle configuration
<ItemGroup>
<GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
<Repository>
maven {
url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
name 'Android_Libraries'
credentials {
username 'YOUR_USER_NAME'
password 'YOUR_PASSWORD'
}
}
</Repository>
</GradleRepository>
</ItemGroup>
NOTE: Please consider using PROPS file to not commit your credentials into the VCS.
OPTION 2: Use ~/.gradle/gradle.properties file
1/ Change your CSPROJ file to have Gradle configuration
<ItemGroup>
<GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
<Repository>
maven {
url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
name 'Android_Libraries'
credentials {
username tfsdrivesmart_user
password tfsdrivesmart_password
}
}
</Repository>
</GradleRepository>
</ItemGroup>
2/ Set your username and password in gradle.properties file
tfsdrivesmart_user=YOUR_USERNAME
tfsdrivesmart_password=YOUR_PASSWORD
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
MonoAndroid 12.0
- Dependencies.Gradle (>= 7.6.1.1)
- DriveSmart.DSCore (>= 3.14.17.2)
- DriveSmart.DSNetworking (>= 1.0.12.2)
- DriveSmart.DSRoom (>= 1.0.12.2)
- GoogleGson (>= 2.8.9.3)
- Xamarin.AndroidX.Activity.Ktx (>= 1.4.0.3)
- Xamarin.AndroidX.AppCompat (>= 1.4.1.1)
- Xamarin.AndroidX.Core.Core.Ktx (>= 1.7.0.2)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.4.1.2)
- Xamarin.AndroidX.Preference.Preference.Ktx (>= 1.2.0.7)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.4.2.3)
- Xamarin.AndroidX.Room.Runtime (>= 2.4.2.2)
- Xamarin.AndroidX.Work.Work.Runtime.Ktx (>= 2.0.1)
- Xamarin.GooglePlayServices.Location (>= 119.0.1.2)
- Xamarin.Kotlin.Reflect (>= 1.6.10)
- Xamarin.Kotlin.StdLib.Jdk7 (>= 1.6.10)
-
net6.0-android31.0
- Dependencies.Gradle (>= 7.6.1.1)
- DriveSmart.DSCore (>= 3.14.17.2)
- DriveSmart.DSNetworking (>= 1.0.12.2)
- DriveSmart.DSRoom (>= 1.0.12.2)
- GoogleGson (>= 2.8.9.3)
- Xamarin.AndroidX.Activity.Ktx (>= 1.4.0.3)
- Xamarin.AndroidX.AppCompat (>= 1.4.1.1)
- Xamarin.AndroidX.Core.Core.Ktx (>= 1.7.0.2)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.4.1.2)
- Xamarin.AndroidX.Preference.Preference.Ktx (>= 1.2.0.7)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.4.2.3)
- Xamarin.AndroidX.Room.Runtime (>= 2.4.2.2)
- Xamarin.AndroidX.Work.Work.Runtime.Ktx (>= 2.0.1)
- Xamarin.GooglePlayServices.Location (>= 119.0.1.2)
- Xamarin.Kotlin.Reflect (>= 1.6.10)
- Xamarin.Kotlin.StdLib.Jdk7 (>= 1.6.10)
-
net7.0-android33.0
- Dependencies.Gradle (>= 7.6.1.1)
- DriveSmart.DSCore (>= 3.14.17.2)
- DriveSmart.DSNetworking (>= 1.0.12.2)
- DriveSmart.DSRoom (>= 1.0.12.2)
- GoogleGson (>= 2.8.9.3)
- Xamarin.AndroidX.Activity.Ktx (>= 1.4.0.3)
- Xamarin.AndroidX.AppCompat (>= 1.4.1.1)
- Xamarin.AndroidX.Core.Core.Ktx (>= 1.7.0.2)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.4.1.2)
- Xamarin.AndroidX.Preference.Preference.Ktx (>= 1.2.0.7)
- Xamarin.AndroidX.Room.Room.Ktx (>= 2.4.2.3)
- Xamarin.AndroidX.Room.Runtime (>= 2.4.2.2)
- Xamarin.AndroidX.Work.Work.Runtime.Ktx (>= 2.0.1)
- Xamarin.GooglePlayServices.Location (>= 119.0.1.2)
- Xamarin.Kotlin.Reflect (>= 1.6.10)
- Xamarin.Kotlin.StdLib.Jdk7 (>= 1.6.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.