mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Set target SDK version to 26, upgrade support library.
This commit is contained in:
@@ -11,7 +11,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 26
|
||||
versionCode 1611
|
||||
versionName "0.16.11"
|
||||
consumerProguardFiles 'proguard-rules.txt'
|
||||
@@ -90,6 +90,6 @@ def verifyBinary(name, chksum) {
|
||||
|
||||
project.afterEvaluate {
|
||||
torBinaries.every { key, value ->
|
||||
preBuild.dependsOn.add(verifyBinary(key, value))
|
||||
preBuild.dependsOn.add(verifyBinary(key, value))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user