From 935a4a4aad6f66ab41fd021b884e96d8f6cc2611 Mon Sep 17 00:00:00 2001 From: Jagdeep Matharu Date: Sat, 14 Mar 2015 20:13:19 -0400 Subject: [PATCH] First Commit from Developer 1 --- src/com/jmatharu/testgitrepo1/MainActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/jmatharu/testgitrepo1/MainActivity.java b/src/com/jmatharu/testgitrepo1/MainActivity.java index 5ea8cd7..39ee6ac 100644 --- a/src/com/jmatharu/testgitrepo1/MainActivity.java +++ b/src/com/jmatharu/testgitrepo1/MainActivity.java @@ -11,6 +11,7 @@ public class MainActivity extends Activity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); + // Some Code Here } @Override