Android Platform | Android Studio | Google Play Services | Support Library | Firebase | Test | Others
Android Studio 2.3 Canary 2 is now Available
// Google+
compile 'com.google.android.gms:play-services-plus:10.0.1'
// Google Account Login
compile 'com.google.android.gms:play-services-auth:10.0.1'
// Google Actions, Base Client Library
compile 'com.google.android.gms:play-services-base:10.0.1'
// Google Address API
compile 'com.google.android.gms:play-services-identity:10.0.1'
// Firebase App Indexing
compile 'com.google.firebase:firebase-appindexing:10.0.1'
// Google App Invites
compile 'com.google.android.gms:play-services-appinvite:10.0.1'
// Google Analytics
compile 'com.google.android.gms:play-services-analytics:10.0.1'
// Google Awareness
compile 'com.google.android.gms:play-services-awareness:10.0.1'
// Google Cast
compile 'com.google.android.gms:play-services-cast:10.0.1'
// Google Cloud Messaging
compile 'com.google.android.gms:play-services-gcm:10.0.1'
// Google Drive
compile 'com.google.android.gms:play-services-drive:10.0.1'
// Google Fit
compile 'com.google.android.gms:play-services-fitness:10.0.1'
// Google Location and Activity Recognition
compile 'com.google.android.gms:play-services-location:10.0.1'
// Google Maps
compile 'com.google.android.gms:play-services-maps:10.0.1'
// Google Mobile Ads
compile 'com.google.android.gms:play-services-ads:10.0.1'
// Google Places
compile 'com.google.android.gms:play-services-places:10.0.1'
// Mobile Vision
compile 'com.google.android.gms:play-services-vision:10.0.1'
// Google Nearby
compile 'com.google.android.gms:play-services-nearby:10.0.1'
// Google Panorama Viewer
compile 'com.google.android.gms:play-services-panorama:10.0.1'
// Google Play Game services
compile 'com.google.android.gms:play-services-games:10.0.1'
// SafetyNet
compile 'com.google.android.gms:play-services-safetynet:10.0.1'
// Android Pay
compile 'com.google.android.gms:play-services-wallet:10.0.1'
// Android Wear
compile 'com.google.android.gms:play-services-wearable:10.0.1'
// v4 compat library
compile 'b'com.android.support:support-compat:25.0.1''
// v4 core-utils library
compile 'b'com.android.support:support-core-utils:25.0.1''
// v4 core-ui library
compile 'b'com.android.support:support-core-ui:25.0.1''
// v4 media-compat library
compile 'b'com.android.support:support-media-compat:25.0.1''
// v4 fragment library
compile 'b'com.android.support:support-fragment:25.0.1''
// Multidex Support Library
compile 'b'com.android.support:multidex:1.0.0''
// v7 appcompat library
compile 'b'com.android.support:appcompat-v7:25.0.1''
// v7 cardview library
compile 'b'com.android.support:cardview-v7:25.0.1''
// v7 gridlayout library
compile 'b'com.android.support:gridlayout-v7:25.0.1''
// v7 mediarouter library
compile 'b'com.android.support:mediarouter-v7:25.0.1''
// v7 palette library
compile 'b'com.android.support:palette-v7:25.0.1''
// v7 recyclerview library
compile 'b'com.android.support:recyclerview-v7:25.0.1''
// v7 Preference Support Library
compile 'b'com.android.support:preference-v7:25.0.1''
// v13 Support Library
compile 'b'com.android.support:support-v13:25.0.1''
// v14 Preference Support Library
compile 'b'com.android.support:preference-v14:25.0.1''
// v17 Preference Support Library for TV
compile 'b'com.android.support:preference-leanback-v17:25.0.1''
// v17 Leanback Library
compile 'b'com.android.support:leanback-v17:25.0.1''
// Annotations Support Library
compile 'b'com.android.support:support-annotations:25.0.1''
// Design Support Library
compile 'b'com.android.support:design:25.0.1''
// Custom Tabs Support Library
compile 'b'com.android.support:customtabs:25.0.1''
// Percent Support Library
compile 'b'com.android.support:percent:25.0.1''
// App Recommendation Support Library for TV
compile 'b'com.android.support:recommendation:25.0.1''
// Analytics
compile 'com.google.firebase:firebase-core:10.0.1'
// Realtime Database
compile 'com.google.firebase:firebase-database:10.0.1'
// Storage
compile 'com.google.firebase:firebase-storage:10.0.1'
// Crash Reporting
compile 'com.google.firebase:firebase-crash:10.0.1'
// Authentication
compile 'com.google.firebase:firebase-auth:10.0.1'
// Cloud Messaging and Notifications
compile 'com.google.firebase:firebase-messaging:10.0.1'
// Remote Config
compile 'com.google.firebase:firebase-config:10.0.1'
// Invites and Dynamic Links
compile 'com.google.firebase:firebase-invites:10.0.1'
// AdMob
compile 'com.google.firebase:firebase-ads:10.0.1'
// App Indexing
compile 'com.google.firebase:firebase-appindexing:10.0.1'
// Android JUnit Runner
androidTestCompile 'com.android.support.test:runner:0.5'
// JUnit4 Rules
androidTestCompile 'com.android.support.test:rules:0.5'
// Espresso core
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
// Espresso-contrib for DatePicker, RecyclerView, Drawer actions, Accessibility checks, CountingIdlingResource
androidTestCompile 'com.android.support.test.espresso:espresso-contrib:2.2.2'
// Espresso-web for WebView support
androidTestCompile 'com.android.support.test.espresso:espresso-web:2.2.2'
// Espresso-idling-resource for synchronization with background jobs
androidTestCompile 'com.android.support.test.espresso:espresso-idling-resource:2.2.2'
// Espresso-intents for validation and stubbing of Intents
androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2.2'
// UiAutomator
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
// JUnit
testCompile 'junit:junit:4.12'
// Mockito
testCompile 'org.mockito:mockito-core:2.2.27'
// AssertJ
testCompile 'org.assertj:assertj-core:3.6.1'
// Truth
testCompile 'com.google.truth:truth:0.30'
// Robolectric
testCompile 'org.robolectric:robolectric:3.1.4'
// Robolectric Shadows Support v4
testCompile 'org.robolectric:shadows-support-v4:3.1.4'
// Robolectric Shadows Play Services
testCompile 'org.robolectric:shadows-play-services:3.1.4'
// MockServer
testCompile 'com.squareup.okhttp3:mockwebserver:3.4.2'
// Gson
compile 'com.google.code.gson:gson:2.8.0'
// OkHttp3
compile 'com.squareup.okhttp3:okhttp:3.4.2'
// OkHttp3 Logging Interceptor
compile 'com.squareup.okhttp3:logging-interceptor:3.4.2'
// RxJava
compile 'io.reactivex:rxjava:1.2.3'
// RxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
// Dagger 2
compile 'com.google.dagger:dagger:2.8'
// Logger
compile 'com.orhanobut:logger:1.15'
// Timber
compile 'com.jakewharton.timber:timber:4.3.1'
// AutoValue
compile 'com.google.auto.value:auto-value:1.4-rc1'