mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
225 lines
15 KiB
TOML
225 lines
15 KiB
TOML
[versions]
|
|
androidImageCropperVersion = "4.0.0"
|
|
annotationVersion = "1.1.0"
|
|
appcompatVersion = "1.6.1"
|
|
biometricVersion = "1.1.0"
|
|
ccpVersion = "2.7.2"
|
|
compileSdk = "34"
|
|
constraintlayoutVersion = "2.1.4"
|
|
coreKtxVersion = "1.12.0"
|
|
coreTestingVersion = "2.2.0"
|
|
coreVersion = "3.5.2"
|
|
countrycodechooserVersion = "1.0"
|
|
detekt = "1.23.5"
|
|
espressoContribVersion = "3.5.1"
|
|
kotlinxCoroutinesAndroidVersion = "1.6.4"
|
|
kotlinxCoroutinesTestVersion = "1.7.3"
|
|
legacySupportV4Version = "1.0.0"
|
|
mifosPasscodeVersion = "1.0.3"
|
|
minSdk = "24"
|
|
mockitoAndroidVersion = "5.4.0"
|
|
mockitoCoreVersion = "5.4.0"
|
|
mockitoCore = "5.4.0"
|
|
multidexVersion = "2.0.1"
|
|
recyclerviewVersion = "1.2.1"
|
|
rulesVersion = "1.6.0-alpha01"
|
|
runnerVersion = "1.6.0-alpha04"
|
|
simplecropviewVersion = "1.1.8"
|
|
sweetErrorVersion = "1.0.0"
|
|
tableviewVersion = "0.8.9.4"
|
|
targetSdk = "34"
|
|
androidGradlePlugin = "8.2.2"
|
|
androidTools = "31.2.1"
|
|
androidxActivity = "1.7.2"
|
|
androidxComposeBom = "2023.10.01"
|
|
androidxComposeCompiler = "1.5.14"
|
|
androidxCore = "1.10.1"
|
|
androidxHilt = "1.1.0-alpha01"
|
|
androidxLifecycle = "2.6.1"
|
|
hilt = "2.50"
|
|
junit = "4.13.2"
|
|
kotlin = "1.9.24"
|
|
ksp = "1.9.21-1.0.16"
|
|
firebaseCrashlyticsPlugin = "2.9.2"
|
|
gmsPlugin = "4.3.14"
|
|
butterknifePlugin = "10.2.3"
|
|
secrets = "2.0.1"
|
|
lifecycleVersion = "2.6.2"
|
|
lifecycleExtensionsVersion = "2.2.0"
|
|
activityVersion = "1.5.0"
|
|
fragmentVersion = "1.5.0"
|
|
retrofitVersion = "2.9.0"
|
|
okHttp3Version = "3.14.9"
|
|
butterKnifeVersion = "10.2.3"
|
|
rxandroidVersion = "2.1.1"
|
|
rxjavaVersion = "2.2.21"
|
|
junitVersion = "4.12"
|
|
firebasePerfPlugin = "1.4.2"
|
|
truth = "1.1.5"
|
|
dependencyGuard = "0.4.3"
|
|
room = "2.6.1"
|
|
roborazzi = "1.6.0"
|
|
googleOss = "17.0.1"
|
|
googleOssPlugin = "0.10.6"
|
|
firebaseBom = "32.7.1"
|
|
androidDesugarJdkLibs = "2.0.4"
|
|
androidx-test-ext-junit = "1.1.5"
|
|
espresso-core = "3.5.1"
|
|
material = "1.11.0"
|
|
dbflowVersion = "4.2.4"
|
|
preference = "1.0.0"
|
|
playServicesVersion = "17.0.1"
|
|
spotbugs = "4.8.0"
|
|
spotlessVersion = "6.23.3"
|
|
material3 = "1.2.1"
|
|
playServicesCodeScanner = "16.1.0"
|
|
googleAppCodeScanner = "17.2.0"
|
|
cameraxVersion = "1.3.1"
|
|
compose-material = "1.6.8"
|
|
googleMaps = "4.4.1"
|
|
turbineVersion = "1.1.0"
|
|
twitter-detekt-compose = "0.0.26"
|
|
uihouseVersion = "alpha-2.1"
|
|
vectordrawableVersion = "1.1.0"
|
|
zxingVersion = "1.9.13"
|
|
|
|
[libraries]
|
|
android-image-cropper = { module = "com.github.CanHub:Android-Image-Cropper", version.ref = "androidImageCropperVersion" }
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityVersion" }
|
|
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotationVersion" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" }
|
|
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometricVersion" }
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayoutVersion" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtxVersion" }
|
|
androidx-core-testing = { module = "androidx.arch.core:core-testing", version.ref = "coreTestingVersion" }
|
|
androidx-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espressoContribVersion" }
|
|
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentVersion" }
|
|
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
|
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "androidxComposeCompiler" }
|
|
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
|
|
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
|
|
androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "compose-material"}
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3"}
|
|
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui"}
|
|
androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4"}
|
|
androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest"}
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling"}
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
|
|
androidx-legacy-support-v4 = { module = "androidx.legacy:legacy-support-v4", version.ref = "legacySupportV4Version" }
|
|
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidexVersion" }
|
|
androidx-rules = { module = "androidx.test:rules", version.ref = "rulesVersion" }
|
|
androidx-runner = { module = "androidx.test:runner", version.ref = "runnerVersion" }
|
|
androidx-vectordrawable = { module = "androidx.vectordrawable:vectordrawable", version.ref = "vectordrawableVersion" }
|
|
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerviewVersion" }
|
|
ccp = { module = "com.hbb20:ccp", version.ref = "ccpVersion" }
|
|
zxing-core = { module = "com.google.zxing:core", version.ref = "coreVersion" }
|
|
countrycodechooser = { module = "com.github.ParveshSandila:CountryCodeChooser", version.ref = "countrycodechooserVersion" }
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview"}
|
|
androidx-compose-ui-util = { group = "androidx.compose.ui", name = "ui-util"}
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHilt" }
|
|
androidx-lifecycle-runtimeCompose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-viewModelCompose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleVersion" }
|
|
androidx-lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycleExtensionsVersion" }
|
|
jakewharton-butterknife = { module = "com.jakewharton:butterknife", version.ref = "butterKnifeVersion" }
|
|
jakewharton-compiler = { module = "com.jakewharton:butterknife-compiler", version.ref = "butterKnifeVersion" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroidVersion" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesTestVersion" }
|
|
mifos-passcode = { module = "com.github.openMF.mifos-passcode:compose", version.ref = "mifosPasscodeVersion" }
|
|
mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockitoAndroidVersion" }
|
|
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCoreVersion" }
|
|
simplecropview = { module = "com.isseiaoki:simplecropview", version.ref = "simplecropviewVersion" }
|
|
squareup-retrofit2 = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofitVersion" }
|
|
squareup-retrofit-adapter-rxjava = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "retrofitVersion" }
|
|
squareup-retrofit-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofitVersion" }
|
|
squareup-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okHttp3Version" }
|
|
squareup-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okHttp3Version" }
|
|
reactivex-rxjava2-android = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroidVersion" }
|
|
reactivex-rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version.ref = "rxjavaVersion" }
|
|
sweet-error = { module = "com.github.therajanmaurya:Sweet-Error", version.ref = "sweetErrorVersion" }
|
|
tableview = { module = "com.evrencoskun.library:tableview", version.ref = "tableviewVersion" }
|
|
truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
|
|
junit = { module = "junit:junit", version.ref = "junitVersion"}
|
|
google-oss-licenses = { group = "com.google.android.gms", name = "play-services-oss-licenses", version.ref = "googleOss" }
|
|
google-oss-licenses-plugin = { group = "com.google.android.gms", name = "oss-licenses-plugin", version.ref = "googleOssPlugin" }
|
|
jetbrains-kotlin-jdk7 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
|
|
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBom" }
|
|
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics-ktx" }
|
|
firebase-cloud-messaging = { group = "com.google.firebase", name = "firebase-messaging-ktx" }
|
|
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics-ktx" }
|
|
firebase-performance = { group = "com.google.firebase", name = "firebase-perf-ktx" }
|
|
dbflow-processor = { group = "com.github.Raizlabs.DBFlow", name = "dbflow-processor", version.ref = "dbflowVersion" }
|
|
dbflow-core = { group = "com.github.Raizlabs.DBFlow", name = "dbflow-core", version.ref = "dbflowVersion" }
|
|
dbflow = { group = "com.github.Raizlabs.DBFlow", name = "dbflow", version.ref = "dbflowVersion" }
|
|
androidx-preference = { group = "androidx.preference", name = "preference", version.ref = "preference" }
|
|
play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesVersion" }
|
|
google-play-services-code-scanner = { group = "com.google.android.gms", name = "play-services-code-scanner", version.ref = "playServicesCodeScanner" }
|
|
google-app-code-scanner = { group = "com.google.mlkit", name = "barcode-scanning", version.ref = "googleAppCodeScanner"}
|
|
androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "cameraxVersion"}
|
|
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "cameraxVersion"}
|
|
androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "cameraxVersion"}
|
|
androidx-camera-core = { group = "androidx.camera", name = "camera-core", version.ref = "cameraxVersion" }
|
|
google-map-compose = { group = "com.google.maps.android", name = "maps-compose", version.ref = "googleMaps" }
|
|
|
|
#Detekt
|
|
detekt-formatting = { group = "io.gitlab.arturbosch.detekt", name = "detekt-formatting", version.ref = "detekt" }
|
|
twitter-detekt-compose = { group = "com.twitter.compose.rules", name = "detekt", version.ref = "twitter-detekt-compose" }
|
|
|
|
# Dependencies of the included build-logic
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
android-tools-common = { group = "com.android.tools", name = "common", version.ref = "androidTools" }
|
|
firebase-crashlytics-gradlePlugin = { group = "com.google.firebase", name = "firebase-crashlytics-gradle", version.ref = "firebaseCrashlyticsPlugin" }
|
|
firebase-performance-gradlePlugin = { group = "com.google.firebase", name = "perf-plugin", version.ref = "firebasePerfPlugin" }
|
|
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
|
|
room-gradlePlugin = { group = "androidx.room", name = "room-gradle-plugin", version.ref = "room" }
|
|
turbine = { module = "app.cash.turbine:turbine", version.ref = "turbineVersion" }
|
|
uihouse = { module = "com.github.rahul-gill.mifos-ui-library:uihouse", version.ref = "uihouseVersion" }
|
|
work-testing = { group = "androidx.work", name = "work-testing", version = "2.8.1" }
|
|
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
zxing = { module = "me.dm7.barcodescanner:zxing", version.ref = "zxingVersion" }
|
|
spotless-gradle = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version.ref = "spotlessVersion" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
gms = { id = "com.google.gms.google-services", version.ref = "gmsPlugin" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebaseCrashlyticsPlugin" }
|
|
firebase-perf = { id = "com.google.firebase.firebase-perf", version.ref = "firebasePerfPlugin" }
|
|
dependencyGuard = { id = "com.dropbox.dependency-guard", version.ref = "dependencyGuard" }
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp"}
|
|
room = { id = "androidx.room", version.ref = "room" }
|
|
spotbugs = { id = "com.github.spotbugs", version.ref = "spotbugs" }
|
|
spotless = { id = "com.diffplug.spotless", version.ref = "spotlessVersion" }
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
# Plugins defined by this project
|
|
mifos-android-application = { id = "mifos.android.application", version = "unspecified" }
|
|
mifos-android-application-compose = { id = "mifos.android.application.compose", version = "unspecified" }
|
|
mifos-android-application-firebase = { id = "mifos.android.application.firebase", version = "unspecified" }
|
|
mifos-android-feature = { id = "mifos.android.feature", version = "unspecified" }
|
|
mifos-android-hilt = { id = "mifos.android.hilt", version = "unspecified" }
|
|
mifos-android-library = { id = "mifos.android.library", version = "unspecified" }
|
|
mifos-android-library-compose = { id = "mifos.android.library.compose", version = "unspecified" }
|
|
mifos-android-lint = { id = "mifos.android.lint", version = "unspecified" }
|
|
mifos-android-room = { id = "mifos.android.room", version = "unspecified" }
|
|
mifos-android-test = { id = "mifos.android.test", version = "unspecified" }
|
|
mifos-jvm-library = { id = "mifos.jvm.library", version = "unspecified" }
|