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 <andrew@comminos.com>2016-03-26 04:43:06 +0300
committerAndrew Comminos <andrew@comminos.com>2016-03-26 04:43:06 +0300
commitddf36a291c1aff1268226f17884e17258569d370 (patch)
tree29cddd879790098540435cfeee07f7360c334a07
parent1eea9470d8e85fdb17a9f498b3c2e11b8a876844 (diff)
Incremented version to 3.3.0-rc1.3.3.0-rc1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 33b8253..3ffe179 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,8 +63,8 @@ android {
minSdkVersion 12
targetSdkVersion 21
applicationId "com.morlunk.mumbleclient"
- versionCode 72
- versionName "3.2.0"
+ versionCode 73
+ versionName "3.3.0-rc1"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
buildConfigField "boolean", "DONATE_NAG", "false"
}