Updated build tools and google libs
This commit is contained in:
parent
826d874758
commit
3a26d43bc8
1 changed files with 17 additions and 17 deletions
|
|
@ -23,7 +23,7 @@ repositories {
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.1'
|
||||
buildToolsVersion '25.0.2'
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
|
@ -75,22 +75,22 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
compile 'com.android.support:support-compat:25.2.0'
|
||||
compile 'com.android.support:support-core-utils:25.2.0'
|
||||
compile 'com.android.support:support-core-ui:25.2.0'
|
||||
compile 'com.android.support:support-media-compat:25.2.0'
|
||||
compile 'com.android.support:support-fragment:25.2.0'
|
||||
compile 'com.android.support:support-v13:25.2.0'
|
||||
compile 'com.android.support:appcompat-v7:25.2.0'
|
||||
compile 'com.android.support:recyclerview-v7:25.2.0'
|
||||
compile 'com.android.support:gridlayout-v7:25.2.0'
|
||||
compile 'com.android.support:cardview-v7:25.2.0'
|
||||
compile 'com.android.support:palette-v7:25.2.0'
|
||||
compile 'com.android.support:design:25.2.0'
|
||||
compile 'com.android.support:support-annotations:25.2.0'
|
||||
compile 'com.android.support:percent:25.2.0'
|
||||
compile 'com.android.support:preference-v7:25.2.0'
|
||||
compile 'com.android.support:preference-v14:25.2.0'
|
||||
compile 'com.android.support:support-compat:25.3.0'
|
||||
compile 'com.android.support:support-core-utils:25.3.0'
|
||||
compile 'com.android.support:support-core-ui:25.3.0'
|
||||
compile 'com.android.support:support-media-compat:25.3.0'
|
||||
compile 'com.android.support:support-fragment:25.3.0'
|
||||
compile 'com.android.support:support-v13:25.3.0'
|
||||
compile 'com.android.support:appcompat-v7:25.3.0'
|
||||
compile 'com.android.support:recyclerview-v7:25.3.0'
|
||||
compile 'com.android.support:gridlayout-v7:25.3.0'
|
||||
compile 'com.android.support:cardview-v7:25.3.0'
|
||||
compile 'com.android.support:palette-v7:25.3.0'
|
||||
compile 'com.android.support:design:25.3.0'
|
||||
compile 'com.android.support:support-annotations:25.3.0'
|
||||
compile 'com.android.support:percent:25.3.0'
|
||||
compile 'com.android.support:preference-v7:25.3.0'
|
||||
compile 'com.android.support:preference-v14:25.3.0'
|
||||
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.3.0@aar'
|
||||
compile 'com.afollestad.material-dialogs:commons:0.9.3.0@aar'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue