Skip to content

Commit 60fab04

Browse files
committed
Updated the Constants to use latest init archive.
1 parent 3b5fe2a commit 60fab04

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/autosec/pie/autopieapp/data

1 file changed

+1
-1
lines changed

app/src/main/java/com/autosec/pie/autopieapp/data/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.autosec.pie.autopieapp.data
22

33
class AutoPieConstants {
44
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"
5+
const val AUTOPIE_INIT_ARCHIVE_URL = "https://github.com/cryptrr/AutoPie/releases/download/v0.13.3-beta/autopie-init-1.2.tar.xz"
66
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"
77
const val AUTOPIE_SHELL_RESULT_REGEX = "<AUTOPIE_RESULT>(.*?)<AUTOPIE_RESULT/>"
88
}

0 commit comments

Comments
 (0)