File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments