Skip to content

Instantly share code, notes, and snippets.

@saturov
Created September 14, 2015 11:22
Show Gist options
  • Save saturov/bcc62ab256038e12d27a to your computer and use it in GitHub Desktop.
Save saturov/bcc62ab256038e12d27a to your computer and use it in GitHub Desktop.
// в библиотеке есть зависимость appcompat-v7:23.0.0
compile 'com.trello:rxlifecycle-components:0.3.0'
// даже если rxlifecycle-components использует 23.0.0,
// сборка будет использовать 23.0.1, так как она указана явно
compile 'com.android.support:appcompat-v7:23.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment