Glance widget for Recents

Recents because its using the same logic as app shortcuts already use

Also added Compose + Kotlin 1.8.10 but no one cares about that

Co-Authored-By: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
This commit is contained in:
Jays2Kings 2023-02-14 18:23:57 -05:00
parent 71e2a54d13
commit a09fd8ac48
26 changed files with 588 additions and 22 deletions

View file

@ -7,7 +7,7 @@ object AndroidVersions {
const val versionCode = 99
const val versionName = "1.6.1"
const val ndk = "23.1.7779620"
const val kotlin = "1.7.20"
const val kotlin = "1.8.10"
}
object Plugins {