mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Gradle: Update Kotlin, Room and Compose Compiler versions
This commit is contained in:
parent
be0b1db193
commit
5dd5eb37c3
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -47,3 +47,4 @@ captures/*
|
||||||
# Test and other output
|
# Test and other output
|
||||||
app/jacoco.exec
|
app/jacoco.exec
|
||||||
app/CommonsContributions
|
app/CommonsContributions
|
||||||
|
app/.attach_pid*
|
||||||
|
|
|
||||||
|
|
@ -381,7 +381,7 @@ android {
|
||||||
compose true
|
compose true
|
||||||
}
|
}
|
||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion '1.3.2'
|
kotlinCompilerExtensionVersion '1.5.13'
|
||||||
}
|
}
|
||||||
namespace 'fr.free.nrw.commons'
|
namespace 'fr.free.nrw.commons'
|
||||||
lint {
|
lint {
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@ org.gradle.jvmargs=-Xmx1536M
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
android.enableR8.fullMode=false
|
android.enableR8.fullMode=false
|
||||||
|
|
||||||
KOTLIN_VERSION=1.7.20
|
KOTLIN_VERSION=1.9.23
|
||||||
LEAK_CANARY_VERSION=2.10
|
LEAK_CANARY_VERSION=2.10
|
||||||
DAGGER_VERSION=2.23
|
DAGGER_VERSION=2.23
|
||||||
ROOM_VERSION=2.5.0
|
ROOM_VERSION=2.6.1
|
||||||
PREFERENCE_VERSION=1.1.0
|
PREFERENCE_VERSION=1.1.0
|
||||||
CORE_KTX_VERSION=1.9.0
|
CORE_KTX_VERSION=1.9.0
|
||||||
ADAPTER_DELEGATES_VERSION=4.3.0
|
ADAPTER_DELEGATES_VERSION=4.3.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue