mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
set buildToolsVersion to "25.0.0"
This commit is contained in:
parent
5da789e253
commit
12b91c9064
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ android {
|
|||
}
|
||||
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
buildToolsVersion "25.0.0"
|
||||
|
||||
defaultConfig {
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
@ -203,7 +203,7 @@ dependencies {
|
|||
androidTestCompile 'com.android.support.test:runner:0.5'
|
||||
|
||||
// Android Annotation Support
|
||||
androidTestCompile "com.android.support:support-annotations:25.2.0"
|
||||
androidTestCompile "com.android.support:support-annotations:${supportLibraryVersion}"
|
||||
|
||||
// Espresso core
|
||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
|
||||
|
|
Loading…
Reference in a new issue