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

Commit

Permalink
increased version number:
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit committed Dec 19, 2018
1 parent 4205d21 commit 57f1bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
apply plugin: 'com.github.triplet.play'

// Load keystore
def keystorePropertiesFile = rootProject.file("/Users/amit/studioprojects/keys/keystore.properties")
def keystorePropertiesFile = rootProject.file("C:\\Users\\Captain Jack\\AndroidStudioProjects\\keys\\keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

Expand Down
5 changes: 3 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION_NUMBER=189
VERSION_BUILD=376
#Mon Dec 17 20:26:00 IST 2018
VERSION_NUMBER=190
VERSION_BUILD=380
VERSION_PATCH=0

0 comments on commit 57f1bb3

Please sign in to comment.