Skip to content

Commit d979593

Browse files
committed
Bump version to 2.1.7
1 parent 0808e00 commit d979593

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.thoughtcrime.securesms"
5-
android:versionCode="78"
6-
android:versionName="2.1.6">
5+
android:versionCode="79"
6+
android:versionName="2.1.7">
77

88
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
99
android:label="Access to TextSecure Secrets"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.12.+'
6+
classpath 'com.android.tools.build:gradle:0.12.2'
77
classpath files('libs/gradle-witness.jar')
88
}
99
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.12.+'
7+
classpath 'com.android.tools.build:gradle:0.12.2'
88
}
99
}
1010

0 commit comments

Comments
 (0)