mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
update sdk version
This commit is contained in:
@@ -5,7 +5,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.0.0'
|
||||
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
@@ -20,8 +20,8 @@ allprojects {
|
||||
}
|
||||
|
||||
ext {
|
||||
compileSdkVersion = 21
|
||||
buildToolsVersion = "21.1.2"
|
||||
compileSdkVersion = 22
|
||||
buildToolsVersion = "22"
|
||||
}
|
||||
subprojects { subproject ->
|
||||
afterEvaluate{
|
||||
|
Reference in New Issue
Block a user