sforkowany z mirror/meshtastic-android
chore: update Compose Compiler to 1.4.7
rodzic
6fa8023bf7
commit
0f84804f9f
|
@ -84,7 +84,7 @@ android {
|
||||||
compose true
|
compose true
|
||||||
}
|
}
|
||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion = "1.4.4"
|
kotlinCompilerExtensionVersion = "1.4.7"
|
||||||
}
|
}
|
||||||
// Set both the Java and Kotlin compilers to target Java 8.
|
// Set both the Java and Kotlin compilers to target Java 8.
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
@ -169,7 +169,7 @@ dependencies {
|
||||||
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"
|
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"
|
||||||
|
|
||||||
// Compose
|
// Compose
|
||||||
def composeBom = platform('androidx.compose:compose-bom:2023.03.00')
|
def composeBom = platform('androidx.compose:compose-bom:2023.05.01')
|
||||||
implementation composeBom
|
implementation composeBom
|
||||||
androidTestImplementation composeBom
|
androidTestImplementation composeBom
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
useCrashlytics = false
|
useCrashlytics = false
|
||||||
kotlin_version = '1.8.10'
|
kotlin_version = '1.8.21'
|
||||||
hilt_version = '2.46.1'
|
hilt_version = '2.46.1'
|
||||||
protobuf_version = '3.23.1'
|
protobuf_version = '3.23.1'
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue