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

Side by Side Diff: build.gradle

Issue 29349720: Issue 4324 - Add Gradle build config (Closed)
Patch Set: now ignoring .gradle directory Created Nov. 7, 2016, 7:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 buildscript {
2 repositories {
3 mavenLocal()
4 mavenCentral()
5 jcenter()
6 }
7 dependencies {
8 // experimental gradle plugin for the library to compile native code with ND K
9 classpath "com.android.tools.build:gradle-experimental:0.7.2"
10
11 // regular gradle plugin for the tests
12 classpath 'com.android.tools.build:gradle:2.1.2'
13 }
14 }
15
16 subprojects {
17 task listAllDependencies(type: DependencyReportTask) {}
18 }
OLDNEW
« README.md ('K') | « README.md ('k') | gradle/wrapper/gradle-wrapper.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld