Features: - LDAP contact management (CRUD) - Search by name, phone, company - Call/SMS integration - Android contacts sync for caller ID - Material Design 3 UI LDAP Structure: - uid-based DN for flexible cn modification - Attributes: cn, displayName, mobile, mail, o, ou, title
5 lines
139 B
Groovy
5 lines
139 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.1.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
|
}
|