mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
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:
parent
71e2a54d13
commit
a09fd8ac48
26 changed files with 588 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue