Updated support library to 25.1.0
This commit is contained in:
parent
5341e0b98a
commit
3058dbc18b
6 changed files with 46 additions and 21 deletions
|
|
@ -106,26 +106,26 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.github.kabouzeid:app-theme-helper:1.3.2') {
|
||||
compile('com.github.kabouzeid:app-theme-helper:1.3.3') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
compile 'com.android.support:support-compat:25.0.1'
|
||||
compile 'com.android.support:support-core-utils:25.0.1'
|
||||
compile 'com.android.support:support-core-ui:25.0.1'
|
||||
compile 'com.android.support:support-media-compat:25.0.1'
|
||||
compile 'com.android.support:support-fragment:25.0.1'
|
||||
compile 'com.android.support:support-v13:25.0.1'
|
||||
compile 'com.android.support:appcompat-v7:25.0.1'
|
||||
compile 'com.android.support:recyclerview-v7:25.0.1'
|
||||
compile 'com.android.support:gridlayout-v7:25.0.1'
|
||||
compile 'com.android.support:cardview-v7:25.0.1'
|
||||
compile 'com.android.support:palette-v7:25.0.1'
|
||||
compile 'com.android.support:design:25.0.1'
|
||||
compile 'com.android.support:support-annotations:25.0.1'
|
||||
compile 'com.android.support:percent:25.0.1'
|
||||
compile 'com.android.support:preference-v7:25.0.1'
|
||||
compile 'com.android.support:preference-v14:25.0.1'
|
||||
compile 'com.android.support:support-compat:25.1.0'
|
||||
compile 'com.android.support:support-core-utils:25.1.0'
|
||||
compile 'com.android.support:support-core-ui:25.1.0'
|
||||
compile 'com.android.support:support-media-compat:25.1.0'
|
||||
compile 'com.android.support:support-fragment:25.1.0'
|
||||
compile 'com.android.support:support-v13:25.1.0'
|
||||
compile 'com.android.support:appcompat-v7:25.1.0'
|
||||
compile 'com.android.support:recyclerview-v7:25.1.0'
|
||||
compile 'com.android.support:gridlayout-v7:25.1.0'
|
||||
compile 'com.android.support:cardview-v7:25.1.0'
|
||||
compile 'com.android.support:palette-v7:25.1.0'
|
||||
compile 'com.android.support:design:25.1.0'
|
||||
compile 'com.android.support:support-annotations:25.1.0'
|
||||
compile 'com.android.support:percent:25.1.0'
|
||||
compile 'com.android.support:preference-v7:25.1.0'
|
||||
compile 'com.android.support:preference-v14:25.1.0'
|
||||
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.1.0@aar'
|
||||
compile 'com.afollestad.material-dialogs:commons:0.9.1.0@aar'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue