Skip to content

Commit

Permalink
Move deps to versions.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe committed Jan 6, 2025
1 parent 4c19883 commit 6621e5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ dependencies {
implementation "io.reactivex.rxjava2:rxandroid:_"
implementation JakeWharton.timber
implementation 'nl.dionsegijn:konfetti:1.2.5'
implementation("io.github.pcmind:leveldb:1.2") {
implementation("io.github.pcmind:leveldb:_") {
exclude group: 'com.google.guava', module: 'guava'
}

// Required by LevelDB
implementation("org.iq80.snappy:snappy:0.4")
implementation("org.iq80.snappy:snappy:_")
implementation("com.google.guava:guava:_")

// RxRelay
Expand Down
6 changes: 4 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ version.google.android.material=1.12.0

version.google.dagger=2.51.1

version.io.github.pcmind..leveldb=1.2

version.io.jsonwebtoken..jjwt-api=0.12.6

version.io.jsonwebtoken..jjwt-impl=0.12.6
Expand Down Expand Up @@ -131,7 +133,7 @@ version.net.zetetic..android-database-sqlcipher=4.5.4

version.org.apache.commons..commons-math3=3.6.1

version.org.iq80.leveldb..leveldb=0.12
version.org.iq80.snappy..snappy=0.4

version.org.json..json=20240303

Expand Down Expand Up @@ -165,4 +167,4 @@ version.com.google.zxing..core=3.5.3

version.android.tools.desugar_jdk_libs=2.1.2

version.de.siegmar..fastcsv=2.2.2
version.de.siegmar..fastcsv=2.2.2

0 comments on commit 6621e5f

Please sign in to comment.