File tree 7 files changed +12
-27
lines changed
debugdrawer-okhttp/src/main
debugdrawer-picasso/src/main
debugdrawer-scalpel/src/main
7 files changed +12
-27
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,6 @@ signing.properties
41
41
build /
42
42
43
43
* .jks
44
+
45
+ # Mac OS
46
+ .DS_STORE
Original file line number Diff line number Diff line change 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 " >
3
3
4
- <application android : allowBackup =" true"
5
- android : label =" @string/app_name"
6
- >
7
-
8
- </application >
4
+ <application android : allowBackup =" true" />
9
5
10
6
</manifest >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 " >
3
3
4
- <application android : allowBackup =" true"
5
- android : label =" @string/app_name"
6
- >
7
-
8
- </application >
4
+ <application android : allowBackup =" true" />
9
5
10
6
</manifest >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 " >
3
3
4
- <application android : allowBackup =" true" >
5
-
6
- </application >
4
+ <application android : allowBackup =" true" />
7
5
8
6
</manifest >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments