File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/autosec/pie/autopieapp/data Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ android {
2020 minSdk = 27
2121 // noinspection EditedTargetSdkVersion,ExpiredTargetSdkVersion
2222 targetSdk = 28
23- versionCode = 18
24- versionName = " \" 0.13.3 -beta\" "
23+ versionCode = 19
24+ versionName = " \" 0.14.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.13.3 -beta/autopie-init-1.2 .tar.xz"
5+ const val AUTOPIE_INIT_ARCHIVE_URL = " https://github.com/cryptrr/AutoPie/releases/download/v0.14.0 -beta/autopie-init-1.3 .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