2024-11-09 11:47:35 +01:00
|
|
|
[versions]
|
2024-11-18 10:33:48 +01:00
|
|
|
accompanistPermissions = "0.36.0"
|
2024-11-09 17:50:59 +01:00
|
|
|
android-gradle-plugin = "8.7.2"
|
2024-11-15 15:44:35 +01:00
|
|
|
androidx-activityCompose = "1.9.3"
|
2024-11-09 11:47:35 +01:00
|
|
|
androidx-constraintlayout = "2.2.0"
|
|
|
|
androidx-coordinatorlayout = "1.2.0"
|
2024-11-15 15:44:35 +01:00
|
|
|
androidx-lifecycle = "2.8.7"
|
2024-11-09 17:50:59 +01:00
|
|
|
androidx-work = "2.10.0"
|
2024-11-09 11:47:35 +01:00
|
|
|
appcompat = "1.7.0"
|
2024-11-09 17:50:59 +01:00
|
|
|
kotlin = "2.0.21"
|
|
|
|
ktlint = "12.1.1"
|
2024-11-09 11:47:35 +01:00
|
|
|
material = "1.12.0"
|
2024-11-15 15:44:35 +01:00
|
|
|
#nextcloud-sso = "1.3.2.patch3"
|
|
|
|
nextcloud-sso = "1.3.2.nodes1"
|
|
|
|
#nextcloud-sso = "1.3.2"
|
2024-11-09 11:47:35 +01:00
|
|
|
okhttp-sse = "5.0.0.SSEPATCH1-SNAPSHOT"
|
2024-11-09 17:50:59 +01:00
|
|
|
retrofit = "2.11.0"
|
2024-11-09 11:47:35 +01:00
|
|
|
rxjava3-rxandroid = "3.0.2"
|
|
|
|
rxjava3-rxjava = "3.1.9"
|
2024-11-15 15:44:35 +01:00
|
|
|
material3Android = "1.3.1"
|
|
|
|
uiTooling = "1.7.5"
|
2024-11-09 11:47:35 +01:00
|
|
|
|
|
|
|
[libraries]
|
2024-11-18 10:33:48 +01:00
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
2024-11-15 15:44:35 +01:00
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
2024-11-09 11:47:35 +01:00
|
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
|
|
|
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "androidx-coordinatorlayout" }
|
2024-11-15 15:44:35 +01:00
|
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
|
2024-11-09 11:47:35 +01:00
|
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
|
|
|
|
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
|
|
|
ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint"}
|
|
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
|
|
|
nexctloud-sso = { module = "com.github.nextcloud:Android-SingleSignOn", version.ref = "nextcloud-sso" }
|
|
|
|
okhttp-sse = { module = "com.squareup.okhttp3:okhttp-sse", version.ref = "okhttp-sse" }
|
|
|
|
retrofit-adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "retrofit" }
|
|
|
|
retrofit-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
|
|
|
retrofit-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
|
|
rxjava3-rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxjava3-rxandroid" }
|
|
|
|
rxjava3-rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava3-rxjava" }
|
2024-11-15 15:44:35 +01:00
|
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
|
|
|
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiTooling" }
|
|
|
|
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiTooling" }
|
2024-11-09 11:47:35 +01:00
|
|
|
|
|
|
|
[plugins]
|
|
|
|
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
2024-11-15 15:44:35 +01:00
|
|
|
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
|
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|