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-24 04:23:43 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-08-24 04:23:43 +0400
commitf9425baa457c292378a636a3525b2f95f94e4e3e (patch)
treeaa94b530074f4b9be44002af3cd2b3cc854720b1
parent202ee21f15b6bb028705724ac996836334b87b1e (diff)
Update version to 3.1.5.3.1.5
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dabf2ff..2cf94e4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,8 +60,8 @@ android {
minSdkVersion 9
targetSdkVersion 19
applicationId "com.morlunk.mumbleclient"
- versionCode 69
- versionName "3.1.4"
+ versionCode 70
+ versionName "3.1.5"
testPackageName "com.morlunk.mumbleclient.test"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
buildConfigField "boolean", "DONATE_NAG", "false"