Private
Public Access
1
0

Adds backend module, tests for /version and /conversations (not real tests yet)

This commit is contained in:
2023-08-06 12:27:58 -07:00
parent 16148949c8
commit 2e9b62b654
17 changed files with 218 additions and 4 deletions

View File

@@ -8,5 +8,5 @@ buildscript {
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}