Private
Public Access
1
0

Started working on Cache Database

This commit is contained in:
2023-08-09 01:32:38 -07:00
parent fde5bb9f53
commit 4724ae5728
8 changed files with 232 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'io.realm.kotlin' version '1.10.0' apply false
}