Commit c806eb8 1 parent 134ce6d commit c806eb8 Copy full SHA for c806eb8
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ apply plugin: 'com.android.application'
6
6
apply plugin : ' com.google.android.gms.oss-licenses-plugin'
7
7
apply plugin : ' kotlin-android'
8
8
apply plugin : ' kotlin-kapt'
9
- apply plugin : ' com.github.zellius.shortcut-helper'
10
9
apply plugin : ' kotlinx-serialization'
11
10
apply plugin : ' kotlin-parcelize'
12
11
// Realm (EH)
13
12
apply plugin : ' realm-android'
14
13
15
- shortcutHelper. filePath = ' ./shortcuts.xml'
16
-
17
14
ext {
18
15
// Git is needed in your system PATH for these commands to work.
19
16
// If it's not installed, you can return a random value as a workaround
Original file line number Diff line number Diff line change 9
9
android : shortcutShortLabel =" @string/label_library" >
10
10
<intent
11
11
android : action =" eu.kanade.tachiyomi.SHOW_LIBRARY"
12
+ android : targetPackage =" eu.kanade.tachiyomi.az"
12
13
android : targetClass =" eu.kanade.tachiyomi.ui.main.MainActivity" />
13
14
</shortcut >
14
15
<shortcut
20
21
android : shortcutShortLabel =" @string/short_recent_updates" >
21
22
<intent
22
23
android : action =" eu.kanade.tachiyomi.SHOW_RECENTLY_UPDATED"
24
+ android : targetPackage =" eu.kanade.tachiyomi.az"
23
25
android : targetClass =" eu.kanade.tachiyomi.ui.main.MainActivity" />
24
26
</shortcut >
25
27
<shortcut
31
33
android : shortcutShortLabel =" @string/label_recent_manga" >
32
34
<intent
33
35
android : action =" eu.kanade.tachiyomi.SHOW_RECENTLY_READ"
36
+ android : targetPackage =" eu.kanade.tachiyomi.az"
34
37
android : targetClass =" eu.kanade.tachiyomi.ui.main.MainActivity" />
35
38
</shortcut >
36
39
<shortcut
42
45
android : shortcutShortLabel =" @string/label_sources" >
43
46
<intent
44
47
android : action =" eu.kanade.tachiyomi.SHOW_CATALOGUES"
48
+ android : targetPackage =" eu.kanade.tachiyomi.az"
45
49
android : targetClass =" eu.kanade.tachiyomi.ui.main.MainActivity" />
46
50
</shortcut >
47
51
</shortcuts >
You can’t perform that action at this time.
0 commit comments