From 8eee3644a8fc084c776fe58ee551eaa0a48ddb9c Mon Sep 17 00:00:00 2001 From: Xilin Jia <6257601+XilinJia@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:33:40 +0100 Subject: [PATCH] 6.0.7 commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a93b9e12..dcd3e652 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Compared to AntennaPod this project: 1. Migrated all media routines to `androidx.media3`, with `AudioOffloadMode` enabled, nicer to device battery, 2. Is purely `Kotlin` based and mono-modular, and targets Android 14, -3. Iron-age celebrity SQLite is replaced with modern object-base Realm DB +3. Iron-age celebrity SQLite is replaced with modern object-base Realm DB (Podcini.R) 4. Removed the need for support libraries and jetifier 5. Outfits with Viewbinding, Coil replacing Glide, coroutines replacing RxJava and threads, and SharedFlow replacing EventBus, 6. Boasts new UI's including streamlined drawer, subscriptions view and player controller,