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

Unified Diff: samples/todomvc/android/TodoMVC/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/todomvc/android/TodoMVC/build.gradle
diff --git a/samples/todomvc/android/TodoMVC/build.gradle b/samples/todomvc/android/TodoMVC/build.gradle
deleted file mode 100644
index 1b7886d148cb5729f5b4829af050c3d49efce033..0000000000000000000000000000000000000000
--- a/samples/todomvc/android/TodoMVC/build.gradle
+++ /dev/null
@@ -1,19 +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'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
-}
-
-allprojects {
- repositories {
- jcenter()
- }
-}
« no previous file with comments | « samples/todomvc/android/TodoMVC/app/src/main/res/values/styles.xml ('k') | samples/todomvc/android/TodoMVC/gradle.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698