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'
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'