Skip to content

Commit 6898e31

Browse files
committed
Cleaned string resources up and added DS_STORE files to gitignore
1 parent 5dd4068 commit 6898e31

File tree

7 files changed

+12
-27
lines changed

7 files changed

+12
-27
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ signing.properties
4141
build/
4242

4343
*.jks
44+
45+
# Mac OS
46+
.DS_STORE
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.palaima.debugdrawer.okhttp">
1+
<manifest package="io.palaima.debugdrawer.okhttp"
2+
xmlns:android="http://schemas.android.com/apk/res/android">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
>
7-
8-
</application>
4+
<application android:allowBackup="true"/>
95

106
</manifest>

debugdrawer-okhttp/src/main/res/values/strings.xml

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.palaima.debugdrawer.picasso">
1+
<manifest package="io.palaima.debugdrawer.picasso"
2+
xmlns:android="http://schemas.android.com/apk/res/android">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
>
7-
8-
</application>
4+
<application android:allowBackup="true"/>
95

106
</manifest>

debugdrawer-picasso/src/main/res/values/strings.xml

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="io.palaima.debugdrawer.scalpel">
1+
<manifest package="io.palaima.debugdrawer.scalpel"
2+
xmlns:android="http://schemas.android.com/apk/res/android">
33

4-
<application android:allowBackup="true">
5-
6-
</application>
4+
<application android:allowBackup="true"/>
75

86
</manifest>

debugdrawer-scalpel/src/main/res/values/strings.xml

-2
This file was deleted.

0 commit comments

Comments
 (0)