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 e2cea48 commit 4174081Copy full SHA for 4174081
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "org.itxtech.daedalus"
11
minSdkVersion 21
12
targetSdkVersion 29
13
- versionCode 20
14
- versionName "1.14.1"
+ versionCode 21
+ versionName "1.14.2"
15
16
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
17
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
0 commit comments