Skip to content

Commit d395d67

Browse files
committed
Bumped version to 0.13.0-beta
1 parent 17c7c2d commit d395d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

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.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
}

0 commit comments

Comments
 (0)