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:
Diffstat (limited to 'app/build.gradle')
-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"
}