From 9446f427c3e84a9a00f10050df503896b42e9030 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 11 Jul 2025 13:38:53 -0700 Subject: [PATCH] Add link to a helpful upgrading article. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe8e612..d8e1b2f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# android-infinite-timer +# Infinite Timer -Timer which loops over the specified interval, playing your default notification sound each time it hits 0. \ No newline at end of file +Timer which loops over the specified interval, playing your default notification sound each time it hits 0. + +## Update Notes + +### 2025-07-11 +(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. \ No newline at end of file