mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
fb6e3e8679
- Removed parameter from getSessions due to rust lib udpate (0.20.0) NOJIRA
14 lines
403 B
TOML
14 lines
403 B
TOML
[versions]
|
|
agp = "8.5.1"
|
|
|
|
# ComposeUiConvention
|
|
compose-compiler = "1.5.14"
|
|
|
|
[libraries]
|
|
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
android-test = { id = "com.android.test", version.ref = "agp" }
|