feat: add contact syncing, UI improvements for profile syncing and conversation threads in the home screen

This commit is contained in:
jubb
2021-03-01 17:16:15 +11:00
parent 11c122e376
commit 3a09d23337
10 changed files with 90 additions and 14 deletions

View File

@@ -58,6 +58,7 @@ allprojects {
}
project.ext {
kotlin_version = "1.4.31"
androidBuildToolsVersion = '29.0.3'
androidCompileSdkVersion = 29 // This is also our target SDK.
androidMinSdkVersion = 21