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