Skip to content

Commit

Permalink
Release 1.4.8-Elephant
Browse files Browse the repository at this point in the history
  • Loading branch information
frimtec committed Jun 27, 2020
1 parent 688bf2e commit 0cb827d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ versionProps.store(versionPropsFile.newWriter(), null)
def purchaseValidationKeyProperties = new Properties()
try {
purchaseValidationKeyProperties.load(new FileInputStream(rootProject.file("purchaseValidationKey.properties")))
} catch (Exception e) {
} catch (Exception ignored) {
purchaseValidationKeyProperties.put("purchase.validation.key", "\"NOT_SET\"")
}

Expand Down
6 changes: 3 additions & 3 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Sat Jun 27 14:23:15 CEST 2020
VERSION_NAME=1.4.7-Elephant
VERSION_CODE=4218
#Sat Jun 27 15:59:41 CEST 2020
VERSION_NAME=1.4.8-Elephant
VERSION_CODE=4222

0 comments on commit 0cb827d

Please sign in to comment.