basic support for pinned shortcuts (see #45)

TODO: Show pinned shortcuts in app list
This commit is contained in:
Josia Pietsch 2025-02-18 04:20:27 +01:00
parent befa3afc5d
commit 3aee137a3c
Signed by: jrpie
GPG key ID: E70B571D66986A2D
30 changed files with 509 additions and 26 deletions

View file

@ -95,6 +95,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.activity:activity:1.8.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'