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,
|
'targetCompat' : JavaVersion.VERSION_11,
|
||||||
]
|
]
|
||||||
|
|
||||||
def gradle = "7.0.4"
|
def gradle = "7.1.0"
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
def kotlin = "1.5.31"
|
def kotlin = "1.5.31"
|
||||||
def kotlinCoroutines = "1.5.2"
|
def kotlinCoroutines = "1.5.2"
|
||||||
@ -37,7 +37,6 @@ ext.libs = [
|
|||||||
'gradlePlugin' : "com.android.tools.build:gradle:$gradle",
|
'gradlePlugin' : "com.android.tools.build:gradle:$gradle",
|
||||||
'kotlinPlugin' : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin",
|
'kotlinPlugin' : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin",
|
||||||
'hiltPlugin' : "com.google.dagger:hilt-android-gradle-plugin:$dagger"
|
'hiltPlugin' : "com.google.dagger:hilt-android-gradle-plugin:$dagger"
|
||||||
|
|
||||||
],
|
],
|
||||||
jetbrains : [
|
jetbrains : [
|
||||||
'coroutinesCore' : "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutines",
|
'coroutinesCore' : "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutines",
|
||||||
|
@ -62,8 +62,8 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
adbOptions {
|
installation {
|
||||||
installOptions "-g"
|
installOptions '-g'
|
||||||
// timeOutInMs 350 * 1000
|
// timeOutInMs 350 * 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -288,9 +288,8 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lint {
|
||||||
lintConfig file("lint.xml")
|
lintConfig file('lint.xml')
|
||||||
|
|
||||||
checkDependencies true
|
checkDependencies true
|
||||||
abortOnError true
|
abortOnError true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user