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

@ -26,9 +26,9 @@ subprojects {
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.1")
classpath("com.google.gms:google-services:4.3.14")
classpath("com.google.gms:google-services:4.3.15")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${AndroidVersions.kotlin}")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
classpath("org.jetbrains.kotlin:kotlin-serialization:${AndroidVersions.kotlin}")
}
repositories {