mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-03 04:19:24 +01:00
Room 2.6.1 with Kotlin code generation (#4081)
https://developer.android.com/jetpack/androidx/releases/room#2.6.0
This commit is contained in:
parent
5d5bc15f42
commit
88c75c8d9b
@ -113,6 +113,7 @@ android {
|
||||
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
arg("room.generateKotlin", "true")
|
||||
arg("room.incremental", "true")
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ androidx-swiperefresh-layout = "1.1.0"
|
||||
androidx-testing = "2.2.0"
|
||||
androidx-viewpager2 = "1.0.0"
|
||||
androidx-work = "2.8.1"
|
||||
androidx-room = "2.5.2"
|
||||
androidx-room = "2.6.1"
|
||||
autodispose = "2.2.1"
|
||||
bouncycastle = "1.70"
|
||||
conscrypt = "2.5.2"
|
||||
|
Loading…
Reference in New Issue
Block a user