what's the meaning of @aar with transitive = true

Viewed 2879

i use crashlytics only as an example.

what's is the difference from

    compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') { transitive = true; }

and

    compile 'com.crashlytics.sdk.android:crashlytics:2.6.8'
1 Answers
Related