From 59ee684b30d7bb3563ded077e5a437a4c0f59359 Mon Sep 17 00:00:00 2001 From: DevKumar00001 <96680248+DevKumar00001@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:28:16 +0530 Subject: [PATCH] fix: Change json file to txt file --- app/src/main/assets/LicenseList.json | 2 +- .../{free_sound_attribution.json => free_sound_attribution.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/src/main/assets/attribution/{free_sound_attribution.json => free_sound_attribution.txt} (100%) diff --git a/app/src/main/assets/LicenseList.json b/app/src/main/assets/LicenseList.json index 219d63f..902e31f 100644 --- a/app/src/main/assets/LicenseList.json +++ b/app/src/main/assets/LicenseList.json @@ -1,7 +1,7 @@ [ { "Name": "Free Sound - Sound Attribution", - "Path": "attribution/free_sound_attribution.json" + "Path": "attribution/free_sound_attribution.txt" }, { "Name": "Sora-Editor - the awesome code editor for Android", diff --git a/app/src/main/assets/attribution/free_sound_attribution.json b/app/src/main/assets/attribution/free_sound_attribution.txt similarity index 100% rename from app/src/main/assets/attribution/free_sound_attribution.json rename to app/src/main/assets/attribution/free_sound_attribution.txt