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

Unified Diff: build/android/gradle/build.gradle.jinja

Issue 2359593002: Android Studio: Set Android Gradle plugin to v2.2.0 (Closed)
Patch Set: revert randomly changed whitespace Created 4 years, 3 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 | « no previous file | build/android/gradle/generate_gradle.py » ('j') | docs/android_studio.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gradle/build.gradle.jinja
diff --git a/build/android/gradle/build.gradle.jinja b/build/android/gradle/build.gradle.jinja
index 406e730304115733752a0192c6c5cf04ef8a5c40..05f95acc00ec3b91b4b3e82cb18a7da2c4af2e8e 100644
--- a/build/android/gradle/build.gradle.jinja
+++ b/build/android/gradle/build.gradle.jinja
@@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath "com.android.tools.build:gradle:2.1.2"
+ classpath "com.android.tools.build:gradle:2.2.0"
}
}
« no previous file with comments | « no previous file | build/android/gradle/generate_gradle.py » ('j') | docs/android_studio.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698