mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-03 17:27:43 +01:00
e1ca1d4a86
- Replaced kotlinx sythetic with viewbinding - Update build scripts to kotlin - Intoduced version catalog, similar to Commons - Updated kotlin from 1.7.10 to 1.9.0 - Updated room from 2.5.2 to 2.6.0-alpha02 (same as Commons) - Updated Android Gradle Plugin to 8.1.0
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
plugins {
|
|
alias(libs.plugins.android).apply(false)
|
|
alias(libs.plugins.kotlinAndroid).apply(false)
|
|
alias(libs.plugins.ksp).apply(false)
|
|
}
|