mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Using the latest compose compiler
This commit is contained in:
parent
607dae2450
commit
f0c8ec81e5
@ -68,7 +68,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion '1.5.14'
|
kotlinCompilerExtensionVersion '1.5.15'
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
|||||||
|
|
||||||
gradlePluginVersion=8.5.2
|
gradlePluginVersion=8.5.2
|
||||||
googleServicesVersion=4.3.12
|
googleServicesVersion=4.3.12
|
||||||
kotlinVersion=1.9.24
|
kotlinVersion=1.9.25
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
appcompatVersion=1.6.1
|
appcompatVersion=1.6.1
|
||||||
coreVersion=1.13.1
|
coreVersion=1.13.1
|
||||||
|
Loading…
Reference in New Issue
Block a user