aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-18 16:01:59 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-18 16:03:02 +0000
commit150c360e82f0d27cb46a8d69e545b6706be3c8e4 (patch)
tree0308c9ac016e10c2860dfc6099c2fb756a98caab /android
parent972798d1b7956f51122cb5c92293c04d1258322e (diff)
Bump version numbers to 2.2.02.2.0
Diffstat (limited to 'android')
-rw-r--r--android/olm-sdk/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/olm-sdk/build.gradle b/android/olm-sdk/build.gradle
index 9ce4d37..e974843 100644
--- a/android/olm-sdk/build.gradle
+++ b/android/olm-sdk/build.gradle
@@ -9,9 +9,9 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 21
- versionCode 1
- versionName "1.0"
- version "0.2.0"
+ versionCode 220
+ versionName "2.2.0"
+ version "2.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {