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

Commit

Permalink
tagging play-store beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Sep 7, 2019
1 parent acc6a23 commit 101131e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion r2-testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group = 'com.github.readium'
int major = 2
int minor = 1
int patch = 0
int build = 1
int build = 8
String type = ""

def version = "$major.$minor.$patch"
Expand Down
6 changes: 3 additions & 3 deletions r2-testapp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
<string name="app_version_header">Version</string>
<string name="app_version_label">App Version:</string>

<string name="app_version">2.0.0</string>
<string name="app_version">2.1.0</string>

<string name="download_from_url">download from a url</string>
<string name="github_tab_label">GitHub Tag:</string>

<string name="github_tag">V2.0.0-beta.6</string>
<string name="github_tag">V2.1.0-beta.1</string>

<string name="copyright_label">Copyright</string>
<string name="copyright">\@ 2018 European Digital Reading Lab</string>
<string name="copyright">\@ 2019 European Digital Reading Lab</string>
<string name="bsd_license_label">[BSD-3 license]</string>
<string name="bsd_license_label_accessible">[B S D 3 license]</string>
<string name="acknowledgements_label">Acknowledgements</string>
Expand Down

0 comments on commit 101131e

Please sign in to comment.