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

Commit

Permalink
Merge pull request #431 from fieldsight/430-form-filter
Browse files Browse the repository at this point in the history
project types and region null filter applied
  • Loading branch information
konishon authored Oct 31, 2019
2 parents ae2b5ae + 9b2dd73 commit c43eb6b
Show file tree
Hide file tree
Showing 18 changed files with 1,766 additions and 87 deletions.
4 changes: 2 additions & 2 deletions collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def mapboxToken = secrets.getProperty('MAPBOX_ACCESS_TOKEN', getProps("mapbox"))

def versionMajor = 3
def versionMinor = 2
def versionPatch = 5
def versionPatch = 6

android {
compileSdkVersion(28)
Expand All @@ -90,7 +90,7 @@ android {
//versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
//versionName getVersionName()
versionCode versionMajor * 1000 + versionMinor * 100 + versionPatch
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
versionName "${versionMajor}.${versionMinor}.${versionPatch}-beta"
System.out.println(versionName + " " + versionCode)
testInstrumentationRunner('android.support.test.runner.AndroidJUnitRunner')
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion collect_app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3204,"versionName":"3.2.4-beta","enabled":true,"outputFile":"collect-release3.2.4-beta.apk","fullName":"release","baseName":"release"},"path":"collect-release3.2.4-beta.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3205,"versionName":"3.2.5","enabled":true,"outputFile":"collect-release3.2.5.apk","fullName":"release","baseName":"release"},"path":"collect-release3.2.5.apk","properties":{}}]
Loading

0 comments on commit c43eb6b

Please sign in to comment.