Skip to content

Commit

Permalink
Updates compose, corektx, fragment, kotlin, runtime, and android came…
Browse files Browse the repository at this point in the history
…ra libs
  • Loading branch information
vitorpamplona committed Oct 30, 2024
1 parent 060a242 commit 0ba4ca1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ benchmarkJunit4 = "1.3.3"
biometricKtx = "1.2.0-alpha05"
blurhash = "1.0.0"
coil = "2.7.0"
composeBom = "2024.10.00"
coreKtx = "1.13.1"
composeBom = "2024.10.01"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
firebaseBom = "33.5.1"
fragmentKtx = "1.8.4"
fragmentKtx = "1.8.5"
gms = "4.4.2"
jacksonModuleKotlin = "2.17.2"
jna = "5.14.0"
jtorctl = "0.4.5.7"
junit = "4.13.2"
kotlin = "2.0.0"
kotlin = "2.0.20"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxSerialization = "1.7.2"
kotlinxSerializationPlugin = "2.0.0"
languageId = "17.0.6"
lazysodiumAndroid = "5.1.0"
lifecycleRuntimeKtx = "2.8.6"
lifecycleRuntimeKtx = "2.8.7"
lightcompressor = "1.3.2"
markdown = "077a2cde64"
media3 = "1.4.1"
Expand All @@ -53,7 +53,7 @@ zoomable = "1.6.2"
zxing = "3.5.3"
zxingAndroidEmbedded = "4.3.0"
windowCoreAndroid = "1.3.0"
androidxCamera = "1.3.4"
androidxCamera = "1.4.0"

[libraries]
abedElazizShe-image-compressor = { group = "com.github.AbedElazizShe", name = "LightCompressor", version.ref = "lightcompressor" }
Expand Down
3 changes: 3 additions & 0 deletions quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ dependencies {
implementation "com.goterl:lazysodium-android:5.1.0@aar"
implementation 'net.java.dev.jna:jna:5.14.0@aar'

//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
//implementation (libs.jna) { artifact { type = "aar" } }

// Performant Parser of JSONs into Events
api libs.jackson.module.kotlin

Expand Down

0 comments on commit 0ba4ca1

Please sign in to comment.