mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-05 01:10:48 +00:00
committed by
Greyson Parrelli
parent
d5a2e1361b
commit
3eb1f68eb6
@@ -76,6 +76,8 @@ dependencies {
|
||||
|
||||
androidComponents {
|
||||
beforeVariants(selector().all()) {
|
||||
it.enabled = it.buildType == "benchmark"
|
||||
if (it.buildType != "benchmark") {
|
||||
it.enable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,10 @@ java {
|
||||
targetCompatibility = signalJavaVersion
|
||||
}
|
||||
|
||||
kotlinDslPluginOptions {
|
||||
jvmTarget.set(signalKotlinJvmTarget)
|
||||
kotlin {
|
||||
jvmToolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(signalKotlinJvmTarget))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -27,7 +27,6 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = signalMinSdkVersion
|
||||
targetSdk = signalTargetSdkVersion
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
@@ -87,7 +87,7 @@ tasks.register("qa") {
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
delete(rootProject.layout.buildDirectory)
|
||||
}
|
||||
|
||||
tasks.register("format") {
|
||||
|
||||
@@ -30,8 +30,6 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = signalMinSdkVersion
|
||||
targetSdk = signalTargetSdkVersion
|
||||
|
||||
testInstrumentationRunner = "androidx.benchmark.junit4.AndroidBenchmarkRunner"
|
||||
}
|
||||
|
||||
|
||||
@@ -21,11 +21,6 @@ dependencyResolutionManagement {
|
||||
maven {
|
||||
url = uri("https://dl.cloudsmith.io/qxAgwaeEE1vN8aLU/mobilecoin/mobilecoin/maven/")
|
||||
}
|
||||
jcenter {
|
||||
content {
|
||||
includeVersion("mobi.upod", "time-duration-picker", "1.1.3")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user