From 4278e360702d655f0614454fb39cd13359bdf0b4 Mon Sep 17 00:00:00 2001 From: shiva871 <72192971+shiva871@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:43:43 +0530 Subject: [PATCH] Update --- demo/android/keystores/BUCK | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demo/android/keystores/BUCK b/demo/android/keystores/BUCK index 88e4c31..0cb9401 100755 --- a/demo/android/keystores/BUCK +++ b/demo/android/keystores/BUCK @@ -2,7 +2,5 @@ keystore( name = "debug", properties = "debug.keystore.properties", store = "debug.keystore", - visibility = [ - "PUBLIC", - ], + visibility = ["PUBLIC"], )