From f45821c6af0991f3fe3e48cdc5a445dbfebe99e4 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 22 Feb 2025 16:12:47 -0800 Subject: [PATCH] Create proguard-rules.pro (#40) --- {{cookiecutter.out_dir}}/android/app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 {{cookiecutter.out_dir}}/android/app/proguard-rules.pro diff --git a/{{cookiecutter.out_dir}}/android/app/proguard-rules.pro b/{{cookiecutter.out_dir}}/android/app/proguard-rules.pro new file mode 100644 index 0000000..129e9d4 --- /dev/null +++ b/{{cookiecutter.out_dir}}/android/app/proguard-rules.pro @@ -0,0 +1,2 @@ +-keep class com.flet.serious_python_android.** { *; } +-keepnames class * { *; } \ No newline at end of file