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

Unified Diff: samples/todomvc/android/TodoMVC/app/src/main/AndroidManifest.xml

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/app/src/main/AndroidManifest.xml
diff --git a/samples/todomvc/android/TodoMVC/app/src/main/AndroidManifest.xml b/samples/todomvc/android/TodoMVC/app/src/main/AndroidManifest.xml
index 4932e05b8f164e3b58a3fe61fd4924aa25d93b0c..c7b98a1923deff5525cb5968913915a9256434ab 100644
--- a/samples/todomvc/android/TodoMVC/app/src/main/AndroidManifest.xml
+++ b/samples/todomvc/android/TodoMVC/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.fletch.todomvc" >
+ package="com.google.dartino.todomvc" >
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name=".TodoMVC"

Powered by Google App Engine
This is Rietveld 408576698