From bbbdaf6a37d72958eb6657150ffb67d0ee2288f4 Mon Sep 17 00:00:00 2001 From: Dominic Cerisano Date: Sun, 24 Mar 2019 23:35:11 -0400 Subject: [PATCH] Create .gitattributes APK must be attributed as binary for uncorrupted dowloading. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..505a288 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.apk binary