Skip to content

Commit

Permalink
release configs (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobJaffe authored Aug 7, 2020
1 parent 78cf06e commit 965684e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ android {
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

versionCode 310
versionName "1.3.0 (1)"
versionCode 314
versionName "1.3.1 (2)"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions ios/COVIDSafePaths/Config/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ MARKETING_VERSION = 1.0.0
CURRENT_PROJECT_VERSION = 9

// Release
MARKETING_VERSION[config=Release] = 1.3.0
CURRENT_PROJECT_VERSION[config=Release] = 1
MARKETING_VERSION[config=Release] = 1.3.1
CURRENT_PROJECT_VERSION[config=Release] = 2

0 comments on commit 965684e

Please sign in to comment.