Skip to content

Commit

Permalink
Merge pull request #5661 from lognaturel/update-jr
Browse files Browse the repository at this point in the history
Set JR version to 4.2.0
  • Loading branch information
seadowg authored Jul 5, 2023
2 parents 7877659 + d528a1f commit 4b467a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- checkout
- run:
name: Generate combined build.gradle file for cache key
command: cat build.gradle */build.gradle .circleci/gradle.properties .circleci/config.yml > deps.txt
command: cat build.gradle */build.gradle .circleci/gradle.properties .circleci/config.yml buildSrc/src/main/java/dependencies/Dependencies.kt buildSrc/src/main/java/dependencies/Versions.kt > deps.txt
- restore_cache:
keys:
- compile-deps-{{ checksum "deps.txt" }}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Dependencies {
const val rarepebble_colorpicker = "com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1"
const val commons_io = "commons-io:commons-io:2.5" // Commons 2.6+ introduce java.nio usage that we can't access until our minSdkVersion >= 26 (https://developer.android.com/reference/java/io/File#toPath())
const val opencsv = "com.opencsv:opencsv:5.7.1"
const val javarosa = "org.getodk:javarosa:4.2.0-SNAPSHOT"
const val javarosa = "org.getodk:javarosa:4.2.0"
const val javarosa_local = "org.getodk:javarosa:local"
const val karumi_dexter = "com.karumi:dexter:6.2.3"
const val zxing_android_embedded = "com.journeyapps:zxing-android-embedded:4.3.0"
Expand Down

0 comments on commit 4b467a3

Please sign in to comment.