Skip to content

Instantly share code, notes, and snippets.

View libliboom's full-sized avatar
🎯
Focusing

Eric Lee libliboom

🎯
Focusing
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active May 24, 2024 19:11
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader

Hiding API keys in local.properties

  1. Add the API key to your local.properties file:
apiKey=<value>
  1. Add to the root level of your app-level build.gradle file: