Skip to content

Commit

Permalink
Cleaned string resources up and added DS_STORE files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jun 1, 2015
1 parent 5dd4068 commit 6898e31
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ signing.properties
build/

*.jks

# Mac OS
.DS_STORE
10 changes: 3 additions & 7 deletions debugdrawer-okhttp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.palaima.debugdrawer.okhttp">
<manifest package="io.palaima.debugdrawer.okhttp"
xmlns:android="http://schemas.android.com/apk/res/android">

<application android:allowBackup="true"
android:label="@string/app_name"
>

</application>
<application android:allowBackup="true"/>

</manifest>
3 changes: 0 additions & 3 deletions debugdrawer-okhttp/src/main/res/values/strings.xml

This file was deleted.

10 changes: 3 additions & 7 deletions debugdrawer-picasso/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.palaima.debugdrawer.picasso">
<manifest package="io.palaima.debugdrawer.picasso"
xmlns:android="http://schemas.android.com/apk/res/android">

<application android:allowBackup="true"
android:label="@string/app_name"
>

</application>
<application android:allowBackup="true"/>

</manifest>
3 changes: 0 additions & 3 deletions debugdrawer-picasso/src/main/res/values/strings.xml

This file was deleted.

8 changes: 3 additions & 5 deletions debugdrawer-scalpel/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.palaima.debugdrawer.scalpel">
<manifest package="io.palaima.debugdrawer.scalpel"
xmlns:android="http://schemas.android.com/apk/res/android">

<application android:allowBackup="true">

</application>
<application android:allowBackup="true"/>

</manifest>
2 changes: 0 additions & 2 deletions debugdrawer-scalpel/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit 6898e31

Please sign in to comment.