0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 11:42:14 +02:00

Bump Android Gradle Plugin 8.2.2 -> 8.5.2 and Android Tools 31.2.2 -> 31.5.2

This commit is contained in:
Wolf-Martell Montwé 2024-08-15 12:36:34 +02:00
parent c1a8f3a9c7
commit bd9008f831
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import com.android.build.api.dsl.CommonExtension
import org.gradle.accessors.dm.LibrariesForLibs
import org.gradle.api.artifacts.dsl.DependencyHandler
internal fun CommonExtension<*, *, *, *, *>.configureSharedConfig() {
internal fun CommonExtension<*, *, *, *, *, *>.configureSharedConfig() {
compileSdk = ThunderbirdProjectConfig.androidSdkCompile
defaultConfig {
@ -46,7 +46,7 @@ internal fun CommonExtension<*, *, *, *, *>.configureSharedConfig() {
}
}
internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(libs: LibrariesForLibs) {
internal fun CommonExtension<*, *, *, *, *, *>.configureSharedComposeConfig(libs: LibrariesForLibs) {
buildFeatures {
compose = true
}

View File

@ -14,8 +14,8 @@
androidDesugar = "2.0.4"
androidMaterial = "1.12.0"
# AGP and tools should be updated together
androidGradlePlugin = "8.2.2"
androidTools = "31.2.2"
androidGradlePlugin = "8.5.2"
androidTools = "31.5.2"
androidxActivity = "1.8.2"
androidxAnnotation = "1.8.0"
androidxAppCompat = "1.6.1"