Skip to content

Commit

Permalink
increase app version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Mar 24, 2021
1 parent 91aa698 commit 2fcba67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
// SemVer
def major = 3
def minor = 1
def patch = 0
def patch = 1
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major.$minor.$patch"
archivesBaseName = "$applicationId-v$versionCode"
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog"><b>3.1.0</b>
<string name="changelog"><b>3.1.1</b>
\n• Some UI improvements
\n
\n<b>3.1.0</b>
\n• Big new feature: A compensation dial, to fine-tune ISO/Aperture settings and see how to achieve the desired exposure time. Enable it in the settings!
\n• Some smaller UI improvements
\n
Expand Down

0 comments on commit 2fcba67

Please sign in to comment.