fix: tasker launch of shortcuts (#290)

This commit is contained in:
Zane Schepke
2024-07-29 17:14:08 -04:00
committed by GitHub
parent a5e9aa83b8
commit 594834a908
6 changed files with 50 additions and 28 deletions
+4
View File
@@ -23,6 +23,10 @@ android {
)
}
create(Constants.PRERELEASE) {
initWith(getByName(Constants.RELEASE))
}
create(Constants.NIGHTLY) {
initWith(getByName(Constants.RELEASE))
}