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

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

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: addressed comments Created Jan. 29, 2018, 11:04 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
deleted file mode 100644
index a8d6376fe1831b9bf78c0f11f69a483a939ef415..0000000000000000000000000000000000000000
--- a/libadblockplus-android-tests/build.gradle
+++ /dev/null
@@ -1,54 +0,0 @@
-apply plugin: 'com.android.application'
-
-allprojects {
- repositories {
- mavenLocal()
- mavenCentral()
- }
-}
-
-repositories {
- mavenLocal()
- mavenCentral()
-}
-
-android {
- compileSdkVersion 21
- buildToolsVersion "25.0.0"
-
- defaultConfig {
- applicationId "org.adblockplus.libadblockplus.tests"
- minSdkVersion 21
- targetSdkVersion 21
- versionCode 1
- versionName "1.0"
- }
-
- sourceSets {
- main {
- manifest.srcFile 'AndroidManifest.xml'
- }
-
- androidTest {
- manifest.srcFile 'AndroidManifest.xml'
- java.srcDirs = ['src']
- res.srcDirs = ['res']
-
- jni {
- dependencies {
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
- }
- }
- }
- }
-}
-
-dependencies {
- androidTestCompile project(path: ':libadblockplus-android', configuration: getAbiFlavor() + "Debug")
- androidTestCompile project(':libadblockplus-android-settings')
- androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
-
- androidTestCompile 'org.mockito:mockito-core:1.10.19'
- androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
- androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
-}
« no previous file with comments | « libadblockplus-android-tests/AndroidManifest.xml ('k') | libadblockplus-android-tests/libs/android-testing-support.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld