GitHub / DynamicsCRM / Android-Activity-Tracker-for-Dynamics-CRM-Web-API
An Android mobile application sample using the Microsoft Dynamics CRM Web API
Stars: 9
Forks: 7
Open issues: 4
License: other
Language: Java
Size: 562 KB
Dependencies parsed at:
20
Created at: over 8 years ago
Updated at: about 2 years ago
Pushed at: over 6 years ago
Last synced at: 12 months ago
Topics: android, android-activity-tracker, java, microsoft-dynamics-365, microsoft-dynamics-crm, mobile-app, odata
app/build.gradle
maven
- com.android.support:appcompat-v7 23.4.0 compile
- com.android.support:design 23.4.0 compile
- com.android.support:recyclerview-v7 23.4.0 compile
- com.android.support:support-v4 23.4.0 compile
- com.github.Raizlabs.DBFlow:dbflow ${dbflow_version} compile
- com.github.Raizlabs.DBFlow:dbflow-core ${dbflow_version} compile
- com.google.dagger:dagger 2.2 compile
- com.jakewharton:butterknife 7.0.1 compile
- com.microsoft.aad:adal 1.2.0 compile
- com.squareup.retrofit2:adapter-rxjava 2.0.1 compile
- com.squareup.retrofit2:converter-jackson 2.0.1 compile
- com.squareup.retrofit2:retrofit 2.0.1 compile
- io.reactivex:rxandroid 1.1.0 compile
- io.reactivex:rxjava 1.1.2 compile
- org.mod4j.org.apache.commons:lang 2.1.0 compile
xrm/build.gradle
maven
- com.fasterxml.jackson.core:jackson-core 2.6.3 compile
- com.fasterxml.jackson.core:jackson-databind 2.6.3 compile
- org.slf4j:slf4j-api 1.7.12 compile
- junit:junit 4.12 testCompile
- org.slf4j:slf4j-log4j12 1.7.12 testRuntime