mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
AGP 7.1.0
This commit is contained in:
parent
ff6810f1f4
commit
4aff1ab017
@ -7,7 +7,7 @@ ext.versions = [
|
||||
'targetCompat' : JavaVersion.VERSION_11,
|
||||
]
|
||||
|
||||
def gradle = "7.0.4"
|
||||
def gradle = "7.1.0"
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
def kotlin = "1.5.31"
|
||||
def kotlinCoroutines = "1.5.2"
|
||||
@ -37,7 +37,6 @@ ext.libs = [
|
||||
'gradlePlugin' : "com.android.tools.build:gradle:$gradle",
|
||||
'kotlinPlugin' : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin",
|
||||
'hiltPlugin' : "com.google.dagger:hilt-android-gradle-plugin:$dagger"
|
||||
|
||||
],
|
||||
jetbrains : [
|
||||
'coroutinesCore' : "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutines",
|
||||
|
@ -62,8 +62,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
adbOptions {
|
||||
installOptions "-g"
|
||||
installation {
|
||||
installOptions '-g'
|
||||
// timeOutInMs 350 * 1000
|
||||
}
|
||||
|
||||
|
@ -288,9 +288,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
lintConfig file("lint.xml")
|
||||
|
||||
lint {
|
||||
lintConfig file('lint.xml')
|
||||
checkDependencies true
|
||||
abortOnError true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user