| | |
| | | activityCompose = "1.8.0" |
| | | composeBom = "2024.04.01" |
| | | netty = "4.1.48.Final" |
| | | timber = "4.7.1" |
| | | |
| | | [libraries] |
| | | androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
| | |
| | | androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| | | androidx-material3 = { group = "androidx.compose.material3", name = "material3" } |
| | | netty-all = { group = "io.netty", name = "netty-all", version.ref = "netty" } |
| | | timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" } |
| | | |
| | | [plugins] |
| | | android-application = { id = "com.android.application", version.ref = "agp" } |