From c5ee68a647871ca7bc8044a96759e7c00f9188db Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 8 Oct 2024 01:54:47 +0500 Subject: feat: Android support (again) --- android/project.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 android/project.properties (limited to 'android/project.properties') diff --git a/android/project.properties b/android/project.properties new file mode 100644 index 0000000..3fefa92 --- /dev/null +++ b/android/project.properties @@ -0,0 +1,9 @@ +# This file is used by the Eclipse ADT plugin. It is unnecessary for IDEA and Android Studio projects, which +# configure Proguard and the Android target via the build.gradle file. + +# To enable ProGuard to work with Eclipse ADT, uncomment this (available properties: sdk.dir, user.home) +# and ensure proguard.jar in the Android SDK is up to date (or alternately reduce the android target to 23 or lower): +# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-rules.pro + +# Project target. +target=android-19 -- cgit v1.2.3