mirror of
https://github.com/hmalik144/Android-Cucumber-BDD-Sample.git
synced 2026-01-31 02:41:37 +00:00
Updated Android tools & API level versions.
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 24
|
compileSdkVersion 25
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.codemate.booklibrary"
|
applicationId "com.codemate.booklibrary"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 24
|
targetSdkVersion 25
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
||||||
@@ -36,6 +36,6 @@ dependencies {
|
|||||||
testCompile 'info.cukes:cucumber-junit:1.2.4'
|
testCompile 'info.cukes:cucumber-junit:1.2.4'
|
||||||
testCompile 'org.mockito:mockito-core:1.+'
|
testCompile 'org.mockito:mockito-core:1.+'
|
||||||
|
|
||||||
compile 'com.android.support:appcompat-v7:24.2.0'
|
compile 'com.android.support:appcompat-v7:25.0.1'
|
||||||
compile 'com.android.support:recyclerview-v7:24.2.0'
|
compile 'com.android.support:recyclerview-v7:25.0.1'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user