fixtures/{sample_module}/build.gradle.erb in robotkit-0.2.0 vs fixtures/{sample_module}/build.gradle.erb in robotkit-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
- buildToolsVersion "25.0.0"
+ buildToolsVersion "25.0.2"
defaultConfig {
applicationId "<%= sample_package_name %>"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
@@ -18,8 +18,8 @@
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
- compile 'com.android.support:appcompat-v7:25.1.0'
+ compile 'com.android.support:appcompat-v7:25.2.0'
compile project(':<%= library_module%>')
}