diff options
-rw-r--r-- | play-services-base/src/.gitkeep | 0 | ||||
-rw-r--r-- | play-services-base/src/android/UnusedStubBase.java | 8 | ||||
-rw-r--r-- | play-services-location/src/.gitkeep | 0 | ||||
-rw-r--r-- | play-services-location/src/android/UnusedStubLocation.java | 7 |
4 files changed, 0 insertions, 15 deletions
diff --git a/play-services-base/src/.gitkeep b/play-services-base/src/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/play-services-base/src/.gitkeep diff --git a/play-services-base/src/android/UnusedStubBase.java b/play-services-base/src/android/UnusedStubBase.java deleted file mode 100644 index 96ba36b..0000000 --- a/play-services-base/src/android/UnusedStubBase.java +++ /dev/null @@ -1,8 +0,0 @@ -package android; - - -// unused file to avoid trouble with the empty src folder -public class UnusedStubBase { - -} - diff --git a/play-services-location/src/.gitkeep b/play-services-location/src/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/play-services-location/src/.gitkeep diff --git a/play-services-location/src/android/UnusedStubLocation.java b/play-services-location/src/android/UnusedStubLocation.java deleted file mode 100644 index b882f72..0000000 --- a/play-services-location/src/android/UnusedStubLocation.java +++ /dev/null @@ -1,7 +0,0 @@ -package android; - -// unused file to avoid trouble with the empty src folder -public class UnusedStubLocation { - -} - |