File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/autosec/pie/autopieapp/data Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121 // noinspection EditedTargetSdkVersion,ExpiredTargetSdkVersion
2222 targetSdk = 28
2323 versionCode = 15
24- versionName = " \" 0.12.1 -beta\" "
24+ versionName = " \" 0.13.0 -beta\" "
2525
2626 testInstrumentationRunner = " com.autosec.pie.AutoPieTestRunner"
2727 vectorDrawables {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.autosec.pie.autopieapp.data
22
33class AutoPieConstants {
44 companion object {
5- const val AUTOPIE_INIT_ARCHIVE_URL = " https://github.com/cryptrr/AutoPie/releases/download/v0.12 .0-beta/autopie-init-0.5 .tar.xz"
5+ const val AUTOPIE_INIT_ARCHIVE_URL = " https://github.com/cryptrr/AutoPie/releases/download/v0.13 .0-beta/autopie-init-1.0 .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 }
You can’t perform that action at this time.
0 commit comments