- Clone the
main
branch,
git clone https://github.com/shivay-couchbase/couchbase-lite-workshop.git
- If
local.properties
doesn't exist, the build will use a default empty API key. To use the Gemini API, make sure to add your actual API key tolocal.properties
.
If you don't have a local.properties
file, create one in the root directory of the project and add your Gemini API key:
geminiKey="YOUR_ACTUAL_API_KEY_HERE"
- Perform a Gradle sync, and run the application.