aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-18 18:16:02 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-18 18:16:32 +0000
commitb185229c2beb01b88b21be322cff750c1342e79a (patch)
treee6403d6c69672d8c3b99caaeae7f8e4d76f8ad95 /android
parent1014712fd0f759d99fe37e92f35fea4e8b20e722 (diff)
Prep v2.2.12.2.1
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 e974843..a48a9a2 100644
--- a/android/olm-sdk/build.gradle
+++ b/android/olm-sdk/build.gradle
@@ -9,9 +9,9 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 21
- versionCode 220
- versionName "2.2.0"
- version "2.2.0"
+ versionCode 221
+ versionName "2.2.1"
+ version "2.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {