Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: customtabs/build.gradle

Issue 2978593002: Add validateOrigin() to the support library. (Closed)
Patch Set: Comment. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build.gradle ('k') | customtabs/src/android/support/customtabs/CustomTabsCallback.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: customtabs/build.gradle
diff --git a/customtabs/build.gradle b/customtabs/build.gradle
index b75c34606635bee14ef39ce1c895caf6ea7aea34..a4c6f473d4fd6a6dc69d8a3a354dbff82b368627 100644
--- a/customtabs/build.gradle
+++ b/customtabs/build.gradle
@@ -1,13 +1,21 @@
apply plugin: 'android-library'
dependencies {
- compile 'com.android.support:support-annotations:22.2.0+'
- compile 'com.android.support:support-v4:25.0.1'
+ compile 'com.android.support:support-annotations:24.2.0+'
+ compile 'com.android.support:support-v4:25.3.1'
+
+ androidTestCompile 'junit:junit:4.12'
+ androidTestCompile 'com.android.support.test:runner:0.5'
+ androidTestCompile 'com.android.support.test:rules:0.5'
}
android {
compileSdkVersion 23
- buildToolsVersion "23.0.1"
+ buildToolsVersion '25.0.0'
+
+ defaultConfig {
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+ }
sourceSets {
main.manifest.srcFile 'AndroidManifest.xml'
« no previous file with comments | « build.gradle ('k') | customtabs/src/android/support/customtabs/CustomTabsCallback.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698