Skip to content

Commit 4f808b0

Browse files
committed
Implemented ShortcutManagerCompat
1 parent fb64c67 commit 4f808b0

File tree

7 files changed

+339
-123
lines changed

7 files changed

+339
-123
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ android {
2828
minSdkVersion 16
2929
}
3030
}
31+
32+
dependencies {
33+
implementation "androidx.core:core:1.6.0-beta01"
34+
implementation 'androidx.core:core-google-shortcuts:1.0.0-beta01'
35+
}

0 commit comments

Comments
 (0)