Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-08-17 02:39:36 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-08-17 02:39:36 +0400
commitc49d39b4317a32c21c6fadc9e49c3d632f400dbe (patch)
tree1f5b778bed226a6532b4923cf4a8e0677b3c4ae7
parent485345e66e8b4158ffcd8ae416c28110e078e186 (diff)
Bumped version number to 3.1.3.3.1.3
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a1a1b4f..f346f3f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 9
targetSdkVersion 19
applicationId "com.morlunk.mumbleclient"
- versionCode 67
- versionName "3.1.2"
+ versionCode 68
+ versionName "3.1.3"
buildConfigField "boolean", "DONATE_NAG", "false"
}