Skip to content

Commit 3282e0b

Browse files
rdietrick13rac1
authored andcommitted
Upgrading Android Studio
Moved source up out of SFMS directory. UI/config changes for de Young project.
1 parent ff6a732 commit 3282e0b

File tree

276 files changed

+539
-1442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+539
-1442
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# src: http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project#17803964
2+
#built application files
3+
*.apk
4+
*.ap_
5+
6+
# files for the dex VM
7+
*.dex
8+
9+
# Java class files
10+
*.class
11+
12+
# generated files
13+
bin/
14+
gen/
15+
16+
# Local configuration file (sdk path, etc)
17+
local.properties
18+
19+
# Windows thumbnail db
20+
Thumbs.db
21+
22+
# OSX files
23+
.DS_Store
24+
25+
# Eclipse project files
26+
.classpath
27+
.project
28+
29+
# Android Studio
30+
.idea
31+
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
32+
.gradle
33+
build/
34+
35+
# ignore the roundware-android-framework clone
36+
roundware-android-framework

SFMS/SFMS.iml

-80
This file was deleted.

SFMS/build.gradle

-35
This file was deleted.

SFMS/debug.keystore

-1.24 KB
Binary file not shown.

SFMS/src/main/AndroidManifest.xml

-82
This file was deleted.

SFMS/src/main/ic_launcher-web.png.REMOVED.git-id

-1
This file was deleted.

0 commit comments

Comments
 (0)