Skip to content

Commit

Permalink
partial library update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-rdx committed Jun 28, 2024
1 parent ac72e5c commit ce614db
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 40 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ plugins {
alias libs.plugins.ksp apply false
}

versionCatalogUpdate {
sortByKey = false
versionCatalogs {
libraries {
catalogFile = file("./gradle/libraries.versions.toml")
}
}
}
allprojects {
apply from: "$rootDir/config/detekt.gradle"
tasks.withType(Detekt).configureEach {
Expand Down
54 changes: 27 additions & 27 deletions gradle/libraries.versions.toml → gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidxCore = "1.12.0"
androidxCore = "1.13.1"
androidx-lifecycle-runtime-ktx = "2.7.0"
androidx-lifecycle-viewmodel-ktx = "2.7.0"
lifecycleViewModelCompose = "2.7.0"
Expand All @@ -13,46 +13,46 @@ composeMaterial3 = "1.2.0"
material3WindowSizeClass = "1.1.2"
splash = "1.0.1"
immutableCollections = "0.3.7"
accompanist = "0.32.0"
datastorePreferences = "1.1.0-alpha06"
hilt = "2.51"
accompanist = "0.34.0"
datastorePreferences = "1.1.1"
hilt = "2.51.1"
hiltNavigation = "1.2.0"
biometricKtx = "1.2.0-alpha05"
coilCompose = "2.5.0"
coilCompose = "2.6.0"
kotlinxSerialization = "1.6.2"
sargon = "1.0.15-b7ddec52"
okhttpBom = "5.0.0-alpha.12"
retrofit = "2.9.0"
retrofit = "2.11.0"
retrofitKoltinxConverter = "1.0.0"
timber = "5.0.1"
barcode = "17.2.0"
cameraCore = "1.4.0-alpha02"
camera2 = "1.4.0-alpha02"
cameraLifecycle = "1.4.0-alpha02"
cameraView = "1.4.0-alpha02"
cameraCore = "1.4.0-beta02"
camera2 = "1.4.0-beta02"
cameraLifecycle = "1.4.0-beta02"
cameraView = "1.4.0-beta02"
rootCheck = "0.1.0"
room = "2.6.1"
junit = "4.13.2"
mockk = "1.13.9"
mockk = "1.13.11"
coroutinesTest = "1.7.3"
mockitoKotlin = "5.1.0"
mockitoKotlin = "5.3.1"
mockitoInline = "5.2.0"
androidXJunit = "1.1.5"
androidXJunit = "1.2.1"
kotlinTestJunit = "1.9.22"
espresso = "3.5.1"
espressoIntents = "3.5.1"
espresso = "3.6.1"
espressoIntents = "3.6.1"
composeUiTestJunit = "1.6.2"
composeUiTooling = "1.6.2"
ktor = "2.3.6"
slf4j = "2.0.9"
turbine = "1.0.0"
zxing = "3.5.2"
apacheCommonsValidator = "1.7"
ktor = "2.3.11"
slf4j = "2.0.13"
turbine = "1.1.0"
zxing = "3.5.3"
apacheCommonsValidator = "1.9.0"
jsonAssert = "1.5.1"
firebaseCrashlytics = "18.5.1"
appsFlyer = "6.13.0"
firebaseCrashlytics = "19.0.2"
appsFlyer = "6.14.2"
installReferrer = "2.2"
playServicesAuth = "21.1.1"
playServicesAuth = "21.2.0"
googleApiClient = "2.3.0"
googleApiServicesDrive = "v3-rev20240123-2.0.0"
workManagerRuntimeKtx = "2.9.0"
Expand All @@ -65,10 +65,10 @@ kotlinSerializationPlugin = "1.9.22"
kotlinJvmPlugin = "1.9.22"
benManesVersionsPlugin = "0.51.0"
versionCatalogUpdatePlugin = "0.8.4"
googleServicesPlugin = "4.4.1"
firebaseCrashlyticsPlugin = "2.9.9"
hiltPlugin = "2.50"
sonarqubePlugin = "4.4.1.3373"
googleServicesPlugin = "4.4.2"
firebaseCrashlyticsPlugin = "3.0.2"
hiltPlugin = "2.51.1"
sonarqubePlugin = "5.0.0.4638"
kspPlugin = "1.9.22-1.0.17"

[libraries]
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ dependencyResolutionManagement {
}
maven { url 'https://jitpack.io' }
}
versionCatalogs {
create("libs") {
from(files("./gradle/libraries.versions.toml"))
}
}
}
rootProject.name = "BabylonWallet"
include ':app'
Expand Down

0 comments on commit ce614db

Please sign in to comment.