diff --git a/integrations/Android/proj/build/intermediates/dex-cache/cache.xml b/integrations/Android/proj/build/intermediates/dex-cache/cache.xml deleted file mode 100644 index 9223a95..0000000 --- a/integrations/Android/proj/build/intermediates/dex-cache/cache.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make-mac.mk b/make-mac.mk index 235f819..8d327e0 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -123,4 +123,5 @@ clean: cd integrations/Android/proj; ./gradlew clean rm -rf integrations/Android/proj/.gradle rm -rf integrations/Android/proj/.idea + rm -rf integrations/Android/proj/build FORCE: