We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5fe2a commit 60fab04Copy full SHA for 60fab04
app/src/main/java/com/autosec/pie/autopieapp/data/Constants.kt
@@ -2,7 +2,7 @@ package com.autosec.pie.autopieapp.data
2
3
class AutoPieConstants {
4
companion object {
5
- const val AUTOPIE_INIT_ARCHIVE_URL = "https://github.com/cryptrr/AutoPie/releases/download/v0.13.2-beta/autopie-init-1.1.tar.xz"
+ const val AUTOPIE_INIT_ARCHIVE_URL = "https://github.com/cryptrr/AutoPie/releases/download/v0.13.3-beta/autopie-init-1.2.tar.xz"
6
const val AUTOPIE_EMPTY_INIT_ARCHIVE_URL = "https://github.com/cryptrr/AutoPie/releases/download/v0.09.2-beta/autopie-empty-init-0.1.tar.xz"
7
const val AUTOPIE_SHELL_RESULT_REGEX = "<AUTOPIE_RESULT>(.*?)<AUTOPIE_RESULT/>"
8
}
0 commit comments