Bump Android Gradle Plugin 8.0.2 -> 8.1.1
This commit is contained in:
parent
5489a2c881
commit
0abee28d05
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
@ -29,7 +29,7 @@ internal fun CommonExtension<*, *, *, *>.configureSharedConfig() {
|
|||
}
|
||||
}
|
||||
|
||||
internal fun CommonExtension<*, *, *, *>.configureSharedComposeConfig(
|
||||
internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(
|
||||
libs: LibrariesForLibs,
|
||||
) {
|
||||
buildFeatures {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[versions]
|
||||
gradle = "8.3"
|
||||
androidGradlePlugin = "8.0.2"
|
||||
androidGradlePlugin = "8.1.1"
|
||||
ktlint = "0.50.0"
|
||||
|
||||
kotlin = "1.8.22"
|
||||
|
|
Loading…
Reference in a new issue