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

Side by Side Diff: 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 unified diff | Download patch
« no previous file with comments | « Application/build.gradle ('k') | customtabs/build.gradle » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Top-level build file where you can add configuration options common to all su b-projects/modules. 1 // Top-level build file where you can add configuration options common to all su b-projects/modules.
2 2
3 buildscript { 3 buildscript {
4 repositories { 4 repositories {
5 jcenter() 5 jcenter()
6 } 6 }
7 dependencies { 7 dependencies {
8 classpath 'com.android.tools.build:gradle:1.3.0' 8 classpath 'com.android.tools.build:gradle:2.3.3'
9 9
10 // NOTE: Do not place your application dependencies here; they belong 10 // NOTE: Do not place your application dependencies here; they belong
11 // in the individual module build.gradle files 11 // in the individual module build.gradle files
12 } 12 }
13 } 13 }
14 14
15 allprojects { 15 allprojects {
16 repositories { 16 repositories {
17 jcenter() 17 jcenter()
18 } 18 }
19 } 19 }
OLDNEW
« no previous file with comments | « Application/build.gradle ('k') | customtabs/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698