We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddec2a6 commit 1da2f45Copy full SHA for 1da2f45
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "org.itxtech.daedalus"
11
minSdkVersion 15
12
targetSdkVersion 28
13
- versionCode 17
14
- versionName "1.12.1"
+ versionCode 18
+ versionName "1.13.0"
15
16
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
17
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
0 commit comments