update build tools
This commit is contained in:
parent
7453f2ca9a
commit
efc8fc5353
|
@ -3,6 +3,7 @@ android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
|
- build-tools-23.0.1
|
||||||
- build-tools-23.0.0
|
- build-tools-23.0.0
|
||||||
- build-tools-22.0.1
|
- build-tools-22.0.1
|
||||||
- build-tools-21.1.2
|
- build-tools-21.1.2
|
||||||
|
|
|
@ -27,7 +27,7 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':libs:openpgp-api-lib')
|
compile project(':libs:openpgp-api-lib')
|
||||||
compile project(':libs:MemorizingTrustManager')
|
compile project(':libs:MemorizingTrustManager')
|
||||||
compile 'com.android.support:support-v13:23.0.0'
|
compile 'com.android.support:support-v13:23.0.1'
|
||||||
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
|
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
|
||||||
compile 'org.jitsi:org.otr4j:0.22'
|
compile 'org.jitsi:org.otr4j:0.22'
|
||||||
compile 'org.gnu.inet:libidn:1.15'
|
compile 'org.gnu.inet:libidn:1.15'
|
||||||
|
@ -43,7 +43,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "23.0.0"
|
buildToolsVersion "23.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
|
|
Loading…
Reference in a new issue