Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move api keys and client url's to new
apikeys.properties
to …
…respect best practices Moved API keys for Supabase and client URLs for Supabase and PowerSync to a new file called `apikeys.properties` instead of having them in `local.properties`. This respects the Gradle properties files recommendations [here](https://developer.android.com/build#properties-files), saying: > Caution: The local.properties file is reserved for properties specific to the Android Gradle plugin. Putting your own values in this file can cause problems. If you need to define your own local properties, create a separate properties file and manually load it. !! This `apikeys.properties` should never be uploaded to VCS !!
- Loading branch information