From a10170b4e55a27251acb5d497c5e92c69a7808a4 Mon Sep 17 00:00:00 2001
From: Lee Miller <lee.miller@tutanota.com>
Date: Thu, 1 Feb 2024 02:30:55 +0200
Subject: [PATCH] Include SQL scripts into the apk (fixes: #1949)

---
 packages/android/buildozer.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/android/buildozer.spec b/packages/android/buildozer.spec
index e560934f..c98717b4 100644
--- a/packages/android/buildozer.spec
+++ b/packages/android/buildozer.spec
@@ -13,7 +13,7 @@ package.domain = org.mock
 source.dir = ../../src
 
 # (list) Source files to include (let empty to include all the files)
-source.include_exts = py,png,jpg,kv,atlas,tflite
+source.include_exts = py,png,jpg,kv,atlas,tflite,sql
 
 # (list) List of inclusions using pattern matching
 #source.include_patterns = assets/*,images/*.png