Skip to content

Commit

Permalink
Baseline dep guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Dziemianczyk committed Mar 14, 2024
1 parent 2ce2ac3 commit 1d0c5d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ch.randelshofer:fastdoubleparser:0.8.0
com.fasterxml.jackson.core:jackson-core:2.15.0
com.fasterxml.jackson:jackson-bom:2.15.0
com.google.code.findbugs:jsr305:3.0.2
org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21
Expand Down
1 change: 1 addition & 0 deletions core/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ch.randelshofer:fastdoubleparser:0.8.0
com.fasterxml.jackson.core:jackson-core:2.15.0
com.fasterxml.jackson:jackson-bom:2.15.0
com.google.code.findbugs:jsr305:3.0.2
1 change: 1 addition & 0 deletions examples/android/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ com.github.bumptech.glide:disklrucache:4.12.0
com.github.bumptech.glide:gifdecoder:4.12.0
com.github.bumptech.glide:glide:4.12.0
com.google.android.material:material:1.6.1
com.google.code.findbugs:jsr305:3.0.2
com.google.guava:listenablefuture:1.0
com.squareup.okhttp3:okhttp:4.0.0
com.squareup.okio:okio:2.2.2
Expand Down
1 change: 1 addition & 0 deletions examples/java/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ch.randelshofer:fastdoubleparser:0.8.0
com.fasterxml.jackson.core:jackson-core:2.15.0
com.fasterxml.jackson:jackson-bom:2.15.0
com.google.code.findbugs:jsr305:3.0.2
1 change: 1 addition & 0 deletions examples/java/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ch.randelshofer:fastdoubleparser:0.8.0
com.fasterxml.jackson.core:jackson-core:2.15.0
com.fasterxml.jackson:jackson-bom:2.15.0
com.google.code.findbugs:jsr305:3.0.2

0 comments on commit 1d0c5d3

Please sign in to comment.