mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: update Compose Compiler to 1.4.8
This commit is contained in:
parent
6600d63868
commit
64a4051e0f
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ android {
|
|||
compose true
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.4.7"
|
||||
kotlinCompilerExtensionVersion = "1.4.8"
|
||||
}
|
||||
// Set both the Java and Kotlin compilers to target Java 8.
|
||||
compileOptions {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
ext {
|
||||
useCrashlytics = false
|
||||
kotlin_version = '1.8.21'
|
||||
kotlin_version = '1.8.22'
|
||||
hilt_version = '2.46.1'
|
||||
protobuf_version = '3.23.4'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue