mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 19:56:34 -04:00
chore: update Compose Compiler to 1.4.8
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user