mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
Changed files required to get the app to run correctly. Removed suspend from affected DAO files and funcs, and changed to (Kotlin v1.9.22) and (Kotlin compiler v1.5.8)
This commit is contained in:
parent
ba7a559714
commit
8fc7dbbfd1
7 changed files with 24 additions and 33 deletions
|
|
@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx1536M
|
|||
org.gradle.caching=true
|
||||
android.enableR8.fullMode=false
|
||||
|
||||
KOTLIN_VERSION=1.7.20
|
||||
KOTLIN_VERSION=1.9.22
|
||||
LEAK_CANARY_VERSION=2.10
|
||||
DAGGER_VERSION=2.23
|
||||
ROOM_VERSION=2.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue