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

Commit

Permalink
Prepare Tchap v1.0.47_2
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Nov 16, 2020
1 parent 75a7408 commit 6cb535b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions TCHAP_CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in Tchap 1.0.47_2 (2020-11-16)
===================================================

Bug Fix:
* [Android 10] permission denied to open a pdf #683

Changes in Tchap 1.0.47_1 (2020-11-11)
===================================================

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {

// global properties used in sub modules
ext {
versionCodeProp = 73
versionNameProp = "1.0.47_1"
versionCodeProp = 74
versionNameProp = "1.0.47_2"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down

0 comments on commit 6cb535b

Please sign in to comment.