Compare commits

...

2 Commits

Author SHA1 Message Date
a5490b98c7 Hide release files (APKs and JSON) from Git. 2025-07-19 15:51:05 -07:00
140350012b Fix URL. 2025-07-19 15:50:40 -07:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -33,3 +33,5 @@ google-services.json
# Android Profiling
*.hprof
# Release Files
app/release/*

View File

@@ -5,7 +5,7 @@ Timer which loops over the specified interval, playing your default notification
## Update Notes
### 2025-07-11
(This article)[https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b]
[This article](https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b)
was very helpful in getting this app updated from SDK 25 to 36.
## Licenses