Skip to content

Commit 853ab44

Browse files
committed
.gitignire working(?)
1 parent a27081e commit 853ab44

Some content is hidden

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

66 files changed

+2424
-6400
lines changed

.classpath

-9
This file was deleted.

.gitignore

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# built application files
2-
*.apk
3-
*.ap_
4-
5-
# files for the dex VM
6-
*.dex
7-
8-
# Java class files
9-
*.class
10-
11-
# generated files
12-
bin/
13-
gen/
14-
15-
# Local configuration file (sdk path, etc)
16-
local.properties
17-
18-
# Eclipse project files
19-
.classpath
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
12+
bin/
13+
gen/
14+
15+
# Local configuration file (sdk path, etc)
16+
local.properties
17+
18+
# Eclipse project files
19+
.classpath
2020
.project
2121
/libs

.project

-33
This file was deleted.

AndroidManifest.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.edmondapps.utils.android"
3-
android:versionCode="1"
4-
android:versionName="1.0" >
5-
6-
<uses-sdk
7-
android:minSdkVersion="8"
8-
android:targetSdkVersion="17" />
9-
10-
<application
11-
android:allowBackup="true"
12-
android:theme="@style/AppTheme" >
13-
</application>
14-
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.edmondapps.utils.android"
3+
android:versionCode="1"
4+
android:versionName="1.0" >
5+
6+
<uses-sdk
7+
android:minSdkVersion="8"
8+
android:targetSdkVersion="17" />
9+
10+
<application
11+
android:allowBackup="true"
12+
android:theme="@style/AppTheme" >
13+
</application>
14+
1515
</manifest>

bin/AndroidManifest.xml

-15
This file was deleted.

0 commit comments

Comments
 (0)