Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Update release flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pazaan committed Nov 22, 2020
1 parent ec83197 commit 1a9e655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ repositories {
}

// change dev to false for release version (release uses the generated version name and code)
def dev = true
def devName = "arecibo 0.7.3 (dev)"
def dev = false
def devName = "arecibo 0.7.3 (final)"

def generateVersionCode() {
// We need to get the number of releases directly from GitHub, since Travis
Expand Down

0 comments on commit 1a9e655

Please sign in to comment.