fix(canary/SlashCommandsFix): prompt restarts
This commit is contained in:
parent
a087010fbd
commit
fe3e3f31ab
2 changed files with 5 additions and 2 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
|
|
||||||
version = "7.16.0"
|
version = "7.16.1"
|
||||||
description = "Beta backport of SlashCommandsFix"
|
description = "Beta backport of SlashCommandsFix"
|
||||||
|
|
||||||
aliucord {
|
aliucord {
|
||||||
changelog.set("""
|
changelog.set("""
|
||||||
|
# 7.16.1
|
||||||
|
* Prompt restarts
|
||||||
|
|
||||||
# 7.16.0
|
# 7.16.0
|
||||||
* Initial port >w< thanks @jedenastka
|
* Initial port >w< thanks @jedenastka
|
||||||
""".trimIndent())
|
""".trimIndent())
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ import com.aliucord.entities.Plugin;
|
||||||
|
|
||||||
import de.robv.android.xposed.XposedBridge;
|
import de.robv.android.xposed.XposedBridge;
|
||||||
|
|
||||||
@AliucordPlugin
|
@AliucordPlugin(requiresRestart = true)
|
||||||
public final class SlashCommandsFix extends Plugin {
|
public final class SlashCommandsFix extends Plugin {
|
||||||
public SlashCommandsFix() {
|
public SlashCommandsFix() {
|
||||||
super();
|
super();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue