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

Commit

Permalink
version updated to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yubarajpoudel committed Dec 20, 2019
1 parent fd72972 commit 870c0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def googleMapsApiKey = secrets.getProperty('GOOGLE_MAPS_API_KEY', '')
def mapboxToken = secrets.getProperty('MAPBOX_ACCESS_TOKEN', '')

def versionMajor = 3
def versionMinor = 2
def versionPatch = 19
def versionMinor = 3
def versionPatch = 0

android {
compileSdkVersion(28)
Expand Down

0 comments on commit 870c0c2

Please sign in to comment.