Skip to content

Commit

Permalink
Release: Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
le-cds committed Dec 10, 2020
1 parent e190f89 commit f78a9fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions calendariq/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'

def versionMajor = 0
def versionMajor = 1
def versionMinor = 1
def versionPatch = 1
def versionRevision = 4
def versionSuffix = "devel"
def versionPatch = 0
def versionRevision = 0
def versionSuffix = ""

android {
compileSdkVersion 30
Expand Down

0 comments on commit f78a9fc

Please sign in to comment.