lost-my-phone/gradle/wrapper/gradle-wrapper.properties
avi 597a189637 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
2026-08-07 09:47:47 -05:00

7 lines
250 B
INI

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists