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-07-15 03:31:17 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-07-15 03:31:17 +0400
commit2057075c41b4900a47c2625102266fbf3720f06e (patch)
treed48c83144bf9830217e23ec709e586b8cad28c96
parentf5c4fc2145fcfdfdd908406358c027d164b2356c (diff)
Bumped version number to 3.1.1.3.1.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a8dad3d..fd79080 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 9
targetSdkVersion 19
applicationId "com.morlunk.mumbleclient"
- versionCode 65
- versionName "3.1.0"
+ versionCode 66
+ versionName "3.1.1"
buildConfigField "boolean", "DONATE_NAG", "false"
}