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-14 10:27:55 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-07-14 10:27:55 +0400
commitdb48ff6daa0fd3f77de68160b5d5a10d63a2996c (patch)
treea69badcc59becc7dfb4e3bb079981e1c1b4f404d
parent6608b4d24aafa2789522795b537882f0880de74d (diff)
Bumped version number to 3.1.0.3.1.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 27803c3..a8dad3d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 9
targetSdkVersion 19
applicationId "com.morlunk.mumbleclient"
- versionCode 64
- versionName "3.0.6"
+ versionCode 65
+ versionName "3.1.0"
buildConfigField "boolean", "DONATE_NAG", "false"
}