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:
parent
220dd85ed3
commit
597a189637
9 changed files with 363 additions and 2 deletions
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -4,4 +4,4 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
|||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue