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

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

Issue 29437566: Issue 5240 - Make API versions consistent in tests (Closed)
Patch Set: Created May 12, 2017, 12:13 p.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index d1f0e983d461bf26007400e970d03d215f738a3b..cb9a3035ca1496659f2bbf5f36789f35198e5fe1 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -13,13 +13,13 @@ repositories {
}
android {
- compileSdkVersion 16
+ compileSdkVersion 21
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "org.adblockplus.libadblockplus.tests"
minSdkVersion 21
- targetSdkVersion 16
+ targetSdkVersion 21
versionCode 1
versionName "1.0"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld