Skip to content

Commit 1da2f45

Browse files
committed
app: release 1.13.0
1 parent ddec2a6 commit 1da2f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.itxtech.daedalus"
1111
minSdkVersion 15
1212
targetSdkVersion 28
13-
versionCode 17
14-
versionName "1.12.1"
13+
versionCode 18
14+
versionName "1.13.0"
1515

1616
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
1717
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""

0 commit comments

Comments
 (0)