Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nya Elimu committed Aug 24, 2020
1 parent 0644dc3 commit 1d1dde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ We are building our software for Android devices with **6"-10" displays** instal

Note that the `REST_URL` depends on the build type you choose when installing the app:
* `debug`: http://`<language>`.**test**.elimu.ai/rest/
* `qa_test`: http://`<language>`.**test**.elimu.ai/rest/
* `release`: http://`<language>`.elimu.ai/rest/

### Supported Languages
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 2003004
versionName "2.3.4-SNAPSHOT"
versionName "2.3.4"

setProperty("archivesBaseName", "${applicationId}-${versionCode}")

Expand Down

0 comments on commit 1d1dde1

Please sign in to comment.