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

Side by Side Diff: build.gradle

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 p.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 jcenter()
4 }
5 dependencies {
6 classpath 'com.android.tools.build:gradle:2.3.1'
7 }
8 }
9
10 allprojects {
11 repositories {
12 jcenter()
13 }
14 }
15
16 ext {
17 minSdkVersion = 21
18 targetSdkVersion = 25
19 compileSdkVersion = 25
20 buildToolsVersion = '25.0.3'
21 androidSupportLibraryVersion = '25.3.1'
22 sourceCompatibilityVersion = JavaVersion.VERSION_1_7
23 targetCompatibilityVersion = JavaVersion.VERSION_1_7
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld