Skip to content

Commit

Permalink
Set verion to 0.0.1-oko.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Mar 20, 2024
1 parent 875860f commit 20794a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
// This project uses semantic versioning
// https://semver.org/
def versionMajor = 0
def versionMinor = 6
def versionMinor = 0
def versionPatch = 1
def versionMeta = "-oko.1" // TODO Remove once the workflow is tested
def versionCodeIncremental = 1360
Expand Down Expand Up @@ -110,7 +110,8 @@ android {

firebaseAppDistribution {
appId = '1:124880082147:android:44ec3892cba12e73c7e1d6'
groups = "concordium-team"
groups = ""//"concordium-team"
// TODO turn back on once the workflow is tested
}
}

Expand Down Expand Up @@ -169,7 +170,8 @@ android {

firebaseAppDistribution {
appId = '1:124880082147:android:250469ea97158747c7e1d6'
groups = "concordium-team, spaceseven-team"
groups = ""//"concordium-team, spaceseven-team"
// TODO turn back on once the workflow is tested
}
}
}
Expand Down

0 comments on commit 20794a2

Please sign in to comment.