Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 4b3b51b

Browse files
author
Elise Richards
committed
Add build number
1 parent 9ba85de commit 4b3b51b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
minSdkVersion 24
2323
//noinspection OldTargetApi
2424
targetSdkVersion 28
25-
versionCode 5783
26-
versionName "3.3.0"
25+
versionCode 6013
26+
versionName "4.0.0"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
// The following argument makes the Android Test Orchestrator run its
2929
// "pm clear" command after each test invocation. This command ensures

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 4.0.0 (Build XXXX)
3+
## 4.0.0 (Build 6013)
44

55
Manual create.
66

0 commit comments

Comments
 (0)