[android] latest Android Studio test project updates

- Prompted to update gradle to 3.0.1
- Fixed warnings about deprecated `compile` and `androidTestCompile`
This commit is contained in:
Jonathan Peppers 2017-11-29 08:21:20 -06:00
Родитель 93d9804c90
Коммит 7fbd31ac7f
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -27,13 +27,13 @@ android {
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.google.android.gms:play-services-games:11.4.2'
compile 'junit:junit:4.12'
compile project(':managed')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:25.4.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.google.android.gms:play-services-games:11.4.2'
implementation 'junit:junit:4.12'
implementation project(':managed')
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
}

Просмотреть файл

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files