mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 16:35:09 -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 {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion "21.1.1"
|
buildToolsVersion '22.0.0'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.yaaic"
|
applicationId "org.yaaic"
|
||||||
@ -21,7 +21,6 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
compile 'com.android.support:support-v4:22.0.0'
|
compile 'com.android.support:support-v4:22.0.0'
|
||||||
|
|
||||||
compile 'com.viewpagerindicator:library:2.4.1@aar'
|
compile 'com.viewpagerindicator:library:2.4.1@aar'
|
||||||
|
Loading…
Reference in New Issue
Block a user