From d46072013c75de3f0616c4f6fb3d3c56b2bd29d3 Mon Sep 17 00:00:00 2001 From: Nguyen Quang Minh Date: Mon, 3 Jun 2024 22:08:00 +0700 Subject: [PATCH] fix not build success --- .gitignore | 2 +- local.properties | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 local.properties diff --git a/.gitignore b/.gitignore index 603b140..17f3fca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.iml .gradle -/local.properties /.idea/caches /.idea/libraries /.idea/modules.xml @@ -12,3 +11,4 @@ /captures .externalNativeBuild .cxx + diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..a610302 --- /dev/null +++ b/local.properties @@ -0,0 +1,11 @@ +## This file is automatically generated by Android Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/Users/nqmgaming/Library/Android/sdk +API_KEY=""