Skip to content

Commit b559d6f

Browse files
committed
Bumped version to v0.14.0-beta
1 parent bc904aa commit b559d6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

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

0 commit comments

Comments
 (0)