Skip to content

Instantly share code, notes, and snippets.

View libliboom's full-sized avatar
🎯
Focusing

Eric Lee libliboom

🎯
Focusing
View GitHub Profile

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:
@Pulimet
Pulimet / AdbCommands
Last active June 16, 2024 14:23
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