Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/build.gradle

Issue 29412555: Issue 5140 - Add tests for settings storage (Closed)
Patch Set: Created April 14, 2017, 8:02 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index 28bbec473298d04401f540d475366bda9589bef2..d21828b0a68323c6d9e64680696b092ef06b8599 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -13,15 +13,15 @@ repositories {
}
android {
- compileSdkVersion 16
+ compileSdkVersion 21
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "org.adblockplus.libadblockplus.tests"
- minSdkVersion 11
- targetSdkVersion 16
- versionCode 1
- versionName "1.0"
+ minSdkVersion 21
anton 2017/04/14 08:14:01 increased dramatically because of introduced new d
+ targetSdkVersion 21
+ versionCode 2
+ versionName "1.0.1"
}
sourceSets {
@@ -44,5 +44,6 @@ android {
dependencies {
androidTestCompile project(':libadblockplus-android')
+ androidTestCompile project(':libadblockplus-android-settings')
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
}

Powered by Google App Engine
This is Rietveld