mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 08:25:06 -05:00
Use build tools version 22.
This commit is contained in:
parent
330239c093
commit
0a42cb5352
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "21.1.1"
|
||||
buildToolsVersion '22.0.0'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.yaaic"
|
||||
@ -21,7 +21,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
compile 'com.android.support:support-v4:22.0.0'
|
||||
|
||||
compile 'com.viewpagerindicator:library:2.4.1@aar'
|
||||
|
Loading…
Reference in New Issue
Block a user