遠端二進位制依賴項
你可以在 Gradle 中新增遠端依賴項以使用此結構:
compile 'group:name:version'
或者這種替代語法:
compile group: 'xxx', name: 'xxxxx', version: 'xxxx'
例如:
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:appcompat-v7:24.1.0
‘行宣告瞭對 Android 支援庫版本 24.1.0 的依賴。