fix: get the app building

- settings.gradle.kts: add dependencyResolutionManagement repositories so app deps resolve
- activity_main.xml: move help text with raw quotes to a string resource (commands_help)
- RingService.kt: import NotificationChannel and PendingIntent
- gradle wrapper: add gradlew + gradle-wrapper.jar, regenerate properties
- add .gitignore for build outputs and local.properties
This commit is contained in:
avi 2026-08-07 09:47:47 -05:00
commit 597a189637
9 changed files with 363 additions and 2 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.gradle/
build/
local.properties
.idea/
*.iml
.DS_Store
/captures
.externalNativeBuild
.cxx