diff options
author | Marvin Borner | 2018-07-20 18:14:18 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-20 18:14:18 +0200 |
commit | 4263997c3e419ef1cf7447d447c5582a322acf74 (patch) | |
tree | d6b5a7c836ba74d1a57f3e6b1a8f372064864c13 /android/app/.classpath | |
parent | 18b8bd888a13c6dadfb7961cc88214332b6f5d38 (diff) |
Began basic login screen feature (mvp architecture)
Diffstat (limited to 'android/app/.classpath')
-rw-r--r-- | android/app/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/.classpath b/android/app/.classpath new file mode 100644 index 0000000..8d8d85f --- /dev/null +++ b/android/app/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin"/> +</classpath> |