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

Side by Side Diff: build.gradle

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: migrated from FilterEngine* to FilterEnginePtr*, minor improvements Created March 15, 2017, 12:48 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
1 buildscript { 1 buildscript {
2 repositories { 2 repositories {
3 mavenLocal() 3 mavenLocal()
4 mavenCentral() 4 mavenCentral()
5 jcenter() 5 jcenter()
6 } 6 }
7 dependencies { 7 dependencies {
8 classpath 'com.android.tools.build:gradle:2.2.0' 8 classpath 'com.android.tools.build:gradle:2.3.0'
sergei 2017/03/15 13:41:47 I don't know you policies but should not it be in
anton 2017/03/15 13:57:25 yes, it should. i will fix it
9 } 9 }
10 } 10 }
11 11
12 subprojects { 12 subprojects {
13 task listAllDependencies(type: DependencyReportTask) {} 13 task listAllDependencies(type: DependencyReportTask) {}
14 } 14 }
OLDNEW
« no previous file with comments | « no previous file | gradle/wrapper/gradle-wrapper.properties » ('j') | libadblockplus-android-settings/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld