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

Unified Diff: samples/github/android/GithubSample/build.gradle

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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
Index: samples/github/android/GithubSample/build.gradle
diff --git a/samples/github/android/GithubSample/build.gradle b/samples/github/android/GithubSample/build.gradle
deleted file mode 100644
index 71d2fd66af0ff77a02cfd50ceb1cd074b0e2c8f8..0000000000000000000000000000000000000000
--- a/samples/github/android/GithubSample/build.gradle
+++ /dev/null
@@ -1,16 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
-buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0'
- }
-}
-
-allprojects {
- repositories {
- jcenter()
- }
-}

Powered by Google App Engine
This is Rietveld 408576698